hashcat Forum
How to find a salt for a hash if you have the plain text - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How to find a salt for a hash if you have the plain text (/thread-6516.html)

Pages: 1 2


RE: How to find a salt for a hash if you have the plain text - undeath - 05-02-2017

(05-02-2017, 04:06 PM)epixoip Wrote: Erm, guys, this isn't hard. If the algorithm is e.g. md5(p.s) and you know p but need to find s, just switch them: use p as s and run it as md5(s.p). Same goes with hmac, just reverse k & d.