salted-password-hashing
There are 9 repositories under salted-password-hashing topic.
Ridhima97/Password-Cracking-Tool
Simple password crackers used for salted and unsalted passwords encrypted with MD5, SHA-1, and SHA-256 algorithms.
animeshjn/othello
Python - Othello 2 player game over socket (Tornado)
tsalomon/SecureInstantMessenger
A client-server, multi-threaded. secure instant messenger. Provides confidentiality, integrity, and authentication (CIA)
ubiety/Ubiety.Scram.Core
Salted Challenge and Response Authentication Mechanism library for .NET Core
ahmetcerol/aselsanbackend
This project is developed during my internship at Aselsan (Backend). It is a talent application page (A-Yetenek)."
bashrootshell/password-hashing-LABS
A simple password hashing PBKDF2 / SCRYPT / ARGON2 Python Implementation for educational purposes only.
Bialves/Salted-Hash
Repository with salted hashing algorithm
JosephFrancisRe/Password-Cracking
A Python tool that uses a dictionary of commonly used passwords to reverse engineer the plaintext form of salted and hashed passwords both using an offline and an online interface.
mgbeyer/saltedhash
A brief introduction to salted hash authentication (plus a practical demo for salted hash sha256 authentication with AJAX)