How long to decrypt SHA256
#7
also note that you can't use decrypt with hashes: https://www.techsolvency.com/passwords/d...ecrypting/

something that isn't encrypted, can't in general be decrypted

-m 1400 = SHA256

all the other modes that you mentioned are salted hash types, i.e. different algorithm and with additional salt information. You should know which algorithm you are dealing with, otherwise it's just a guessing game. have a look at the source code that generated the hashes
Reply


Messages In This Thread
How long to decrypt SHA256 - by FPTHHrw6mKhNZwL6 - 05-29-2020, 05:24 PM
RE: How long to decrypt SHA256 - by royce - 05-29-2020, 05:50 PM
RE: How long to decrypt SHA256 - by royce - 05-29-2020, 08:30 PM
RE: How long to decrypt SHA256 - by philsmd - 05-29-2020, 09:15 PM