1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

Add files via upload

This commit is contained in:
TROUNCE 2020-10-26 23:07:30 +00:00 committed by GitHub
parent 074b821a8c
commit 5774934eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,4 @@ import sys
database = open(sys.argv[1], "rb").read(272)
salt = database[:16]
print('sqlcipher:256000:' + b64encode(salt).decode() + ':' + b64encode(database[16:272]).decode())
print('sqlcipherv4:256000:' + b64encode(salt).decode() + ':' + b64encode(database[16:272]).decode())