0
md5 with salt
I have hash from md5 with salt. ms = message + salt enc = encrypt ms with md5 I know enc and know salt. How can I get message?
1 ответ
+ 2
md5 is a hashing algorithm nlt a encryption algorithm, your best bet is to use to try brutforcing a message that produces the same hash when salted
you can use hashcat for that