dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.47k stars 264 forks source link

the source code is here, why can't people decrype it? #113

Open llh1187 opened 4 years ago

llh1187 commented 4 years ago

$2a$10$4.vGFZvzKVW0kF4p57ieGeQTrVCaBVHbPBNL/fEE.gbP3De/j9tia just like this

actuallymentor commented 4 years ago

Because bcrypt is a hashing algorithm. If you want to learn more about that I suggest googling hashing and salted hashes.