begin writing python/keyoxide_gen_hashed_proof.py

This commit is contained in:
Aminda Suomalainen 2023-06-18 09:43:07 +03:00
parent d702ecddec
commit 43ba89861e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/usr/bin/env python3
"""
This script generated Keyoxide hashed proofs in argon2id and bcrypt
"""
PROOF = str(input("Enter the proof: "))
print("$argon2id$v=19$m=64,t=512,p=2$mDejbh8SmFFJPjbjf+u9kQ$yQpomARjYKfgEDAZ1jdgnA")
print("$2a$11$kBchZf6QkDDHNhZhd8s7iOcXCuqAz3Qawd5eG5A6RygTtDfeZ9a/y")