some nice python slice cooked by @tuxmain gives the power to find & exchange kestore files

This commit is contained in:
qo-op 2021-06-17 22:34:42 +02:00
parent 7fcaf6f771
commit ba4734a23e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env python3
import sys, base64
print("key_"+base64.b32encode(sys.argv[1].encode()).decode().lower().replace("=",""))