Bcryptor hash on editorWith this extension is easy to hash one or multiple lines using bcrypt algorithm. FeaturesHash by lineEach line of plain text selected will be converted to a hash with selected round cost:
Remember the higher round cost the longer it takes to get hashed. Match plain text with hashYou can verify if plain text corresponds to some hash:
If not enough lines are selected will get an error message. Release NotesThis first version is oriented to solve the needs of hashing and verifing text in and simple and fast way without going to Internet or external tool. Minimum Round cost is 6 becouse lower is very insecure. Really lower than 12 too but could be so used yet. And maximum is 18 becouse it is too cpu expensive, and the author preffers to research about the preffered limits for users and optimize extension ui/ux. 1.0.0
Next Release
ContributingAll Pull Requests are welcome. |