Is it possible to find the salt for a known password?
#4
If it's static across all users then it's not a salt, it's a shared secret -- AKA, "pepper."

But my advice still stands. Use -m 1410 and supply the hash in "hashConfusedalt" format. Or in this case, "hash:pass" format.


Messages In This Thread
RE: Is it possible to find the salt for a known password? - by epixoip - 01-17-2015, 11:54 PM