md5 with salt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

25th Jun 2018, 4:43 PM
FixIt
1 Answer
+ 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
25th Jun 2018, 5:40 PM
Max
Max - avatar