SQLCipher Hash Extract
#1
I want to hash extract for slqcipher files.
Hashcat wants a different format for it. I can't use enpass2john.py. Thanks
Reply
#2
use this script: https://raw.githubusercontent.com/hashca...hashcat.pl
you need to have perl installed to run this script with perl

Code:
perl sqlcipher2hashcat.pl

it will give you an usage/instruction on what you need to specify on the command line (which preset etc), this depends on the version of SQLCipher that you have used.... at the end it will be something like:
Code:
perl sqlcipher2hashcat.pl encrypted.db 1

the 1 assumes SQLCIPHER v3 .
Note: that to run this script you must enter (in the command line / shell / cmd) the tools directory and must have copied your encrypted database "encrypted.db" into that folder (or specify the full path).

Please always test with a similar known and working database (same SQLCipher version etc) with known password (test password) to double check if your preset/version is the correct one and you use the script correctly and hashcat is cracking everything correctly. Good luck cracking !
Reply
#3
I tested it, it's perfect. thank you so much.
Reply
#4
I used the script, but it generated a hash code, how can I break it?
I've already tried to decrypt using sha1 but I can't, I'm using a SQL Cypher 3 test bench, can anyone help me?
Reply