I am using bcrypt node to generate password .
Is there a way to reverse the hashing and get the text password ?
No. Bcrypt is a one-way hashing function. You cannot reverse it.
Thank You Nick
I am using bcrypt node to generate password .
Is there a way to reverse the hashing and get the text password ?
No. Bcrypt is a one-way hashing function. You cannot reverse it.
Thank You Nick