password-hashing
There are 113 repositories under password-hashing topic.
azjezz/psl
📚 PHP Standard Library - a modern, consistent, centralized, well-typed, non-blocking set of APIs for PHP programmers
MHumm/DelphiEncryptionCompendium
Cryptographic library for Embarcadero Delphi and potentially for FPC as well
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.
laminas/laminas-crypt
Strong cryptography tools and password hashing
chronoxor/CppSecurity
C++ Security Library
jangbl/express-session-with-redis
A cookie-based Node.js session implementation using Express.js and Redis
dreezey/argon2-password-hash-provider
Argon2 Password Hash Provider for Keycloak
Ghurtchu/diary
REST API for managing diary
as08/ClassicASP.PasswordHashing
This is a class of VBscript functions that can be used for password hashing in Classic ASP. As well as a standard hashing function, Argon2, Bcrypt and PBKDF2 are also supported via COM DLL's.
andskur/argon2-hashing
A light package for generating and comparing password hashing with argon2 in Go
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.
as08/ClassicASP.Bcrypt
Bcrypt hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
dnaeon/cl-bcrypt
Common Lisp system for parsing and generating bcrypt password hashes
ThirVondukr/passlib
Passlib fork
TyMick/nextjs-local-authentication
Next.js local authentication with MongoDB
joegasewicz/password-mixin
Small Python library that adds password hashing methods to ORM objects
lambdapioneer/sloth
Key stretching and deniable encryption using Secure Elements on Android and iOS
samuel-lucas6/draft-lucas-bkdf
An Internet-Draft for the Balloon Key Derivation Function (BKDF), a memory-hard password hashing and password-based key derivation function.
vrikodar/Mahakal
Crack Hashes Lightning Fast with minimal Load on your CPU
xianghuzhao/kdfcrypt
Go library for password hashing with KDF (key derivation function)
Iqbolshoh/php-database-manager
The Query class is a versatile PHP tool using mysqli for database management. It handles essential CRUD operations (Create, Read, Update, Delete) and includes methods for user authentication and password hashing, making database interactions and user management simple and secure.
memgonzales/linquiztics
Language learning web application that allows users to create their own quizzes and to answer those made by the community of users. Features incentivization dynamics designed to gamify learning through customized quiz suggestions, experience points, streaks, leagues, and a global leaderboard.
mybucks-online/app
Password-only, self-custodial cryptocurrency wallet. No register, no seed phrases!
as08/ClassicASP.Argon2
Argon2 hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
edubu2/flask-blog
Fully functional web-app hosted on a Ubuntu 18.04 VM with Nginx and Gunicorn. The blog features an NLP module that summarizes long text into three key sentences.
falselunatic/Realtime-chat-Application
An online communication application that provides a real-time or live transmission of text messages from sender to receiver.
HarshAgarwal1102/MultiUser_Chat_App
Creating a multiuser chat app in Java, providing real-time communication and collaboration among multiple users.
nuxed/crypto
The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.
samuel-lucas6/Finnick
A proof of concept for how you can turn a duplex-style AEAD scheme (e.g., AEGIS) into a memory-hard password-based KDF.
synacor/argon2id
A utility library for serializing hashed passwords with its salt using argon2id
zirkan/SkyGEN
Advanced Cryptographic Toolkit
didkovsky/phpwd
Partial hashed password authentification protocol (experimental)
fDero/DCT-Library-Backend
C, Postgres, Redis backend REST-API for an immaginary library
samuel-lucas6/scrypt.NET
A .NET implementation of scrypt.
Sandesh-Jangir/Secured-User-Authentication-System
It's a user authenticating system which is made using the MERN Stack and after authenticating the user it redirects to /dashboard where it shows your entered information and if the user has already logged in the previous session then it will directly redirect to /dashboard.
vrun545/Food-Delivery-App
A Food Delivery App using MERN Stack. Allows users to Signup, Login, Order Food Items, Also user able to see Order History.