Skip to content

bcrypt.gensalt and hashpw#6

Open
protopuppy wants to merge 1 commit into
Bauddhik-Geeks:masterfrom
protopuppy:auth-util-protopuppy
Open

bcrypt.gensalt and hashpw#6
protopuppy wants to merge 1 commit into
Bauddhik-Geeks:masterfrom
protopuppy:auth-util-protopuppy

Conversation

@protopuppy
Copy link
Copy Markdown

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.

Copy link
Copy Markdown

@Jesus-Ban Jesus-Ban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants