|
|
|
|
|
by AdamJacobMuller
1587 days ago
|
|
Not necessarily. The hash could have been generated with something other than javascript. In fact because functions like sha256 are iterative it's possible to hash a password which is longer than the RAM in a system. Technically possible to hash a password which is longer than storage in a system too, if you don't care about storing the password. |
|