How to say that the password starts with "abc"
#2
What type of hashes do you use (there are salted hashes, where you can use abc as salt)?
What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that prepends abc: ^c ^b ^a


Messages In This Thread
RE: How to say that the password starts with "abc" - by philsmd - 11-16-2017, 12:35 PM