本地加密解密工具类
摘要:
import java.security.Key; import javax.crypto.Cipher; public class EncryptDecodeUtil { /** * 字符串默认键值 */ private static String strDefaultKey = "national"; /** * 加密工具 ... 阅读全文
posted @ 2017-08-20 14:27 LoaderMan 阅读(465) 评论(0) 推荐(0) 编辑