Bauddhik-Geeks / A-ChatBot

ChatBot in python
4 stars 5 forks source link

bcrypt.gensalt and hashpw #6

Open protopuppy opened 2 years ago

protopuppy commented 2 years ago

Bcrypt is a password hashing function designed by Nelis Provos and David Mazières. Bcrypt uses strong cryptography to hash and salts password based on the Blowfish cipher. To make encryption stronger we can increase the “cost factor” so it can be increased as computers become faster. It is also intended to be slow, to make the brute force attacks slower and harder.