05-07-2021, 12:31 PM
well this sounds like "yeah could be"
do you know the "software" used? is it a kind of forum or something similar? for most software like e.g. phpbb the generator for the hash is known (free software) so you know how the string is generated like
sha256($salt.$pass.$salt)
sha256(sha256($pass).$salt)
do you know the "software" used? is it a kind of forum or something similar? for most software like e.g. phpbb the generator for the hash is known (free software) so you know how the string is generated like
sha256($salt.$pass.$salt)
sha256(sha256($pass).$salt)