Apache.PasswdMD5
Password hasher
Generates Apache style MD5 hash from a password and salt.
Apache/APR Style Password Hashing
5 stars
2 watching
0 forks
Language: Elixir
last commit: about 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bunnylushington/apache.htpasswd | A library that provides basic htpasswd functions for managing user authentication data. | 4 |
eudoxia0/cl-pass | A password hashing and verification library | 30 |
riverrun/comeonin | Provides a specification and behaviours for password hashing libraries in Elixir. | 1,298 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
sindresorhus/md5-hex | Creates an MD5 hash with hex encoding from input data | 45 |
bungle/lua-resty-scrypt | A Lua-based library implementing the scrypt password hashing algorithm | 18 |
ircmaxell/password_compat | Provides forward compatibility with PHP password_* functions from version 5.3.7 and above | 2,147 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
clem9669/hashcat-rule | Provides pre-defined rules for cracking password hashes with hashcat and john. | 405 |
mpurland/swiftmd5 | An implementation of the MD5 hashing algorithm in Swift. | 12 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
mitchellvanw/hashids | Provides a simple way to encode and decode unique identifiers in web applications. | 106 |