bcrypt.js
bcrypt.js copied to clipboard
the source code is here, why can't people decrype it?
$2a$10$4.vGFZvzKVW0kF4p57ieGeQTrVCaBVHbPBNL/fEE.gbP3De/j9tia just like this
Because bcrypt is a hashing algorithm. If you want to learn more about that I suggest googling hashing and salted hashes.