hashcat Forum

Full Version: How to find a salt for a hash if you have the plain text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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.
Pages: 1 2