Skip to content
#

password-hashing

Here are 210 public repositories matching this topic...

A probably paranoid Golang utility library for securely hashing and encrypting passwords based on the Dropbox method. This implementation uses Blake2b, Scrypt and XSalsa20-Poly1305 (via NaCl SecretBox) to create secure password hashes that are also encrypted using a master passphrase.

  • Updated May 16, 2026
  • Go

goArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2 designed to be compatible with Passlib for Python and Argon2 PHP. Argon2 was the winner of the most recent Password Hashing Competition. This is designed for use anywhere password hashing and verification might be needed and is intended to replace imp…

  • Updated Dec 11, 2020
  • Go
hsh

Multi-algorithm password hashing for Rust — typed Policy, PHC/MCF storage, auto-rehash on drift across Argon2id/bcrypt/scrypt/PBKDF2, KMS-backed pepper with key versioning, FIPS 140-3 fail-closed contract, hsh CLI, hsh-digest companion (SHA-2/SHA-3/BLAKE3). #![forbid(unsafe_code)] workspace.

  • Updated May 25, 2026
  • Rust

SecureBankingSystem - is a desktop bankAccount manager built with Python and Tkinter, using SQLite for persistence and Argon2id for secure password/PIN hashing. It supports admin/customer workflows, account creation, deposits/withdrawals, PIN changes, and transaction history—designed for learning secure app patterns and prototyping fintech features

  • Updated Feb 13, 2026
  • Python

Improve this page

Add a description, image, and links to the password-hashing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the password-hashing topic, visit your repo's landing page and select "manage topics."

Learn more