| BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using
the scheme describes in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.
|
| BCryptKDF |
|
| DESCrypt |
JCrypt.java
Java-based implementation of the unix crypt command found at
http://locutus.kingwoodcable.com/jfd/crypt.html.
|
| MD5Crypt |
Porting from the C version of Flash Authoring
flashfarm://depot/main/authortool/Utility/md5.cpp#4
The MD5 algorithm was not ported - using JDK version available since 1.3
|
| Sha256Crypt |
This class defines a method, Sha256_crypt(), which takes a password and a salt string and
generates a Sha256 encrypted password entry.
|
| Sha512Crypt |
This class defines a method, Sha512_crypt(), which takes a password and a salt string and
generates a Sha512 encrypted password entry.
|
| SHACrypt |
Porting from the C version of Flash Authoring
flashfarm://depot/main/authortool/Utility/md5.cpp#4
The MD5 algorithm was not ported - using JDK version available since 1.3
Adapted to SHA hash by http://nervepoint.com
|
| UnixUtils |
|