password-hashing
There are 126 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.
chronoxor/CppSecurity
C++ Security Library
laminas/laminas-crypt
Strong cryptography tools and password hashing
jangbl/express-session-with-redis
A cookie-based Node.js session implementation using Express.js and Redis
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.
dreezey/argon2-password-hash-provider
Argon2 Password Hash Provider for Keycloak
Ghurtchu/diary
REST API for managing diary
andskur/argon2-hashing
A light package for generating and comparing password hashing with argon2 in Go
ThirVondukr/passlib
Passlib fork
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.
jwsi/pyargon2
Simultaneously the simplest and most powerful Argon2 implemenation in Python
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
mybucks-online/app
Password-only, self-custodial cryptocurrency wallet. No register, no seed phrases, just password!
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.
TyMick/nextjs-local-authentication
Next.js local authentication with MongoDB
Iqbolshoh/php-database-manager
📊 The Database 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.
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
vrikodar/Mahakal
Crack Hashes Lightning Fast with minimal Load on your CPU
xianghuzhao/kdfcrypt
Go library for password hashing with KDF (key derivation function)
HarshAgarwal1102/MultiUser_Chat_App
Creating a multiuser chat app in Java, providing real-time communication and collaboration among multiple users.
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.
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.
as08/ClassicASP.Argon2
Argon2 hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
BaranDev/Firebase-Authentication-Template
A template repository for implementing Firebase Authentication with Flask and JavaScript. This template provides a basic setup for integrating Firebase Authentication into web applications using Flask as the backend framework. It includes functionalities for user signup, signin, signout, and session management.
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.
synacor/argon2id
A utility library for serializing hashed passwords with its salt using argon2id
zirkan/SkyGEN
Advanced Cryptographic Toolkit
fDero/DCT-Library-Backend
C, Postgres, Redis backend REST-API for an immaginary library
Mshandev/Shopnest
SHOPNEST is a stylish ecommerce website for fancy ladies' shoes, built with the MERN Stack. It offers a smooth shopping experience with features like product recommendations, voice search, and secure Stripe payments. Easy to use for both shoppers and admins.
rahulstech/node-authentication-with-email-verification
Complete Node.js authentication boilerplate with email verification, password management, JWT token-based authentication, and Google OAuth support. Also containerized using docker