| 类 | 说明 |
|---|---|
| AESUtils |
Created by ohun on 2015/12/25.
|
| Base64 |
This class consists exclusively of static methods for obtaining
encoders and decoders for the Base64 encoding scheme.
|
| Base64.Decoder |
This class implements a decoder for decoding byte data using the
Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
|
| Base64.Encoder |
This class implements an encoder for encoding byte data using
the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
|
| Base64Utils |
BASE64编码解码工具包
依赖javabase64-1.3.1.jar
|
| MD5Utils |
Created by ohun on 2015/12/25.
|
| RSAUtils |
RSA公钥/私钥/签名工具包
字符串格式的密钥在未在特殊说明情况下都为BASE64编码格式
由于非对称加密速度极其缓慢,一般文件不使用它来加密而是使用对称加密, 非对称加密算法可以用来对对称加密的密钥加密,这样保证密钥的安全也就保证了数据的安全 |
Copyright © 2016. All rights reserved.