mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-22 00:30:38 +01:00
begin writing python/keyoxide_gen_hashed_proof.py
This commit is contained in:
parent
d702ecddec
commit
43ba89861e
11
python/keyoxide_gen_hashed_proof.py
Executable file
11
python/keyoxide_gen_hashed_proof.py
Executable 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")
|
Loading…
x
Reference in New Issue
Block a user