Reverse bcrypt node

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

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.