Online Bcrypt Generator and Validator

Online Bcrypt Generator and Validator

The bcrypt hashing function allows us to build a password security platform that scales with computation power and always hashes every password with a salt. Bcrypt is a password hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher, and presented at USENIX in 1999. Bcrypt is a cross platform file encryption utility. Encrypted files are portable across all supported operating systems and processors. Passphrases must be between 8 and 56 characters and are hashed internally to a 448 bit key. However, all characters supplied are significant. The stronger your passphrase, the more secure your data.


Online Bcrypt Hash Generator
 

The String which is to be encoded using Bcrypt

Number of rounds. We can increase this iterative count to make it slower and hence able to resist brute-force search attacks even with increasing computation power. More number of rounds leads to more amount of time for password verification. Choose optimum value accordingly. Maximum allowed 30.   

                    
Online Bcrypt Hashed Validator
 

The Plain text to be validated against the Bcrypt Hash

The Bcrypt Hash to be validated against the Plain text   

                    

Search Tutorials