password-hash
There are 232 repositories under password-hash topic.
panique/huge
Simple user-authentication solution, embedded into a small framework.
Lyndir/MasterPassword
Project moved to https://gitlab.com/spectre.app
BcryptNet/bcrypt.net
BCrypt.Net - Bringing updates to the original bcrypt package
hynek/argon2-cffi
Secure Password Hashes for Python
patrickfav/bcrypt
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
Password4j/password4j
Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM.
AdityaKumawat97/MERN-BUS-APP
This is a MFRP (My first Real Project) assigned to me during my internship at Cognizant. Made with MERN Stack technology.
breard-r/libreauth
LibreAuth is a collection of tools for user authentication.
mheyman/Isopoh.Cryptography.Argon2
Fully managed .Net Core implementation of Argon2
elithrar/simple-scrypt
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go ๐
bryant/argon2rs
The pure-Rust password hashing library running on Argon2.
lambdapioneer/argon2kt
An Android/Kotlin binding for the Argon2 hash
edoardottt/pwdsafety
๐command line tool checking password safety๐
funcool/buddy-hashers
Collection of password hashers.
imkcat/CatCrypto
An easy way for hashing and encryption.
amdelamar/jhash
๐ Password hashing utility in Java
kosprov/jargon2-api
Fluent Java API for Argon2 password hashing
Sreyas-Sreelal/samp-bcrypt
A bcrypt plugin for samp.
dwin/goSecretBoxPassword
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.
Racum/rust-djangohashers
A Rust port of the password primitives used in Django Project.
alexandrevicenzi/unchained
Secure password hashers for Go compatible with Django
phw/Android-PwdHash
A password hash implementation for Android.
seanbreckenridge/keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
vic/comeonin_ecto_password
Ecto type for saving encrypted passwords using Comeonin
ASHWIN990/JTRE
Tool for cracking password Hashes like MD5, SHA1, SHA256, encrypted PDF, encrypted compressed file,and many other password hashes ๐ค๐ค
Paulinakhew/web_trader
๐ Python Flask game that consolidates data from Nasdaq, allowing the user to practice buying and selling stocks.
typisttech/wp-password-argon-two
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
Ak500k/Passwd-Manager
Password Manager WebApp using Flask
jvarho/pylibscrypt
scrypt for python
shopnilsazal/simple-bcrypt
Bcrypt hashing utilities for `Flask/Sanic/Quart/Eve` application.
thusoy/porridge
Simple, strong and standardized keyed password storage.
chRyNaN/krypt
Kotlin multi-platform cryptographic utility library.
sectool/Python-Random-Password-Generator
Python - Random Password Generator ( R.P.G. )
ne3lakolkar/Goldman-Sachs-Crack-Leaked-Passsword-Database
Password Controls and Security Policies
ASHWIN990/hbhc
HBHC is a tool writeen in Python3 for Cracking the hashes in speed, it's small and handy tools required only 2 arguments. ๐ก ๐ช ๐ ๐จ
dwin/goArgonPass
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 implementations using bcrypt or Scrypt.