1

My goal is to store the hash and salt of meteor password on another database. So far I've managed to know the hash but not the salt....

Is there a way to deduce the salt used by bcrypt ?

Or is there a way to know the salt used ?

And does Meteor create a new salt each time a password is hashed ?

A "solution" could be the creation of one well known password and deduce the salt out of it if Meteor doesn't change the salt each time.

Any ideas ?

Antoine O
  • 171
  • 13
  • the following questions answered pretty well : http://stackoverflow.com/questions/6832445/how-can-bcrypt-have-built-in-salts – Antoine O Nov 24 '15 at 21:35

0 Answers0