| 类 | 说明 |
|---|---|
| AES | |
| Base62 |
https://github.com/seruco/base62/blob/master/src/main/java/io/seruco/encoding/base62/Base62.java
A Base62 encoder/decoder.
|
| Base64 | |
| BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using
the scheme described in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.
|
| DESedeHelper |
https://github.com/panxw/android-crypt-helper
https://github.com/tozny/java-aes-crypto
|
| Encode10 |
10进制数字 转62、64 等
|
| Md5 | |
| RSA |
need jdk1.8+
|
| SHA |