password-encryption topic

List password-encryption repositories

password4j

335
Stars
26
Forks
Watchers

Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementat...

C-Sharp-Learning-Journey

159
Stars
49
Forks
Watchers

Some of the projects i made when starting to learn c#, winfroms and wpf

py_django_crack

30
Stars
10
Forks
Watchers

Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others...