Skip to content

A simple password hashing PBKDF2 / SCRYPT / ARGON2 Python Implementation for educational purposes only.

License

Notifications You must be signed in to change notification settings

bashrootshell/password-hashing-LABS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-hashing-LABS

This is a simple password hashing PBKDF2 / SCRYPT / ARGON2 Python Implementation for educational purposes only, and it has been used by my computer science undergrad students.

Implemented using sqlite3, CouchDB and ElasticSearch.

It also executes a basic password strength test (not fancy at all, a pretty basic one).

Not suitable for production in terms of SQL database query sanitization/optimization/auth. The only goal is to demonstrate password hashing implementation instead of a clear text implementation or even a 'pure hash' storage. There's no documentation within the code.

Releases

No releases published

Packages

No packages published

Languages