chg-hou / EnMicroMsg.db-Password-Cracker

Crack the password of EnMicroMsg.db with brute-force attack.
GNU General Public License v3.0
331 stars 78 forks source link

Does this work with any db file protected with a password (SQLCipher)? #7

Open abgonzalez93 opened 6 years ago

abgonzalez93 commented 6 years ago

Can this program help me to get the password of a encrypted database? I'm talking about one with these features:

rom1504 commented 6 years ago

could be adapted to do that, in particular these parameters https://github.com/chg-hou/EnMicroMsg.db-Password-Cracker/blob/master/password_cracker.c#L22

abgonzalez93 commented 6 years ago

Just doing the same steps and replacing that file? How much does it take? Same time? @rom1504

rom1504 commented 6 years ago

No idea @xmafias I never did it. Probably depends on password complexity.

terfender commented 6 years ago

@xmafias, I am trying to do the same but dunno how. did you manage to do it?