Skip to content

Add secure password hashing examples with bcrypt and PBKDF2 - #10

Merged
DavFilsDev merged 1 commit into
cryptographyfrom
feature/password-hashing
Jul 12, 2025
Merged

Add secure password hashing examples with bcrypt and PBKDF2#10
DavFilsDev merged 1 commit into
cryptographyfrom
feature/password-hashing

Conversation

@DavFilsDev

Copy link
Copy Markdown
Owner

This PR adds examples for hashing passwords using two secure techniques:

  • bcrypt (automatic salt and strong default settings)
  • hashlib.pbkdf2_hmac (manual salt + custom iterations) Includes verification for bcrypt and shows how to generate salts using the secrets module

@DavFilsDev
DavFilsDev merged commit 12dcd22 into cryptography Jul 12, 2025
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.

1 participant