Add passhash interface to CLI

This commit is contained in:
NoDRM
2021-12-29 13:00:45 +01:00
parent b11aadcca6
commit e0fcd99bcb
4 changed files with 169 additions and 33 deletions

View File

@@ -147,7 +147,7 @@ if iswindows:
#print("Didn't find fingerprint for decryption ...")
return [], []
print("Found {0:d} passhashes".format(len(keys)))
print("Found {0:d} passhashes".format(len(keys)), file=sys.stderr)
keys_decrypted = []