Hacker News new | ask | show | jobs
by zalequin 1714 days ago
Provided that its hashed with salt / diff methods, sure - but how can you be sure?
1 comments

That's not what salting does, and different hashing methods are irrelevant. The danger of having your hash leaked is that it can be cracked and the plaintext password recovered. The hash itself is entirely useless for logging into other services.
t. infoseclet