Skip to content

NeuralCoder3/password-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Check

You can try to hack the password. This is not the intended exercise but an exercise nonetheless.

More information about the password check algorithm: We hard-coded the hash of the password. The hashing algorithm is PBKDF2 with SHA-512 and salt. The iterations are tuned to take a few seconds on a modern computer. This should make it hard to brute-force the password.

About

A simple react application to check passwords on the client side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published