Skip to content

Add advanced hashing example with salt and HMAC - #9

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

Add advanced hashing example with salt and HMAC#9
DavFilsDev merged 1 commit into
cryptographyfrom
feature/hashing-advanced

Conversation

@DavFilsDev

Copy link
Copy Markdown
Owner

This pull request adds a script showing how to:

  • Hash passwords securely with a salt using SHA-256
  • Generate HMACs using SHA-256 and a secret key
  • Use the secrets module for cryptographic randomness Includes example inputs and output display in the script's main block.

@DavFilsDev
DavFilsDev merged commit d7daa55 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