scripts/python/keyoxide_gen_hashed_proof.py

14 lines
305 B
Python
Raw Normal View History

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