package com.wangbo.util; import java.security.Key; import java.security.Security; import javax.crypto.Cipher; /** * DES加密和解密工具,可以对字符串进行加密和解密操作。 */ public class DesUtil { /** 字符串默认键值 */... Read More
posted @ 2016-11-22 13:17 一线大码 Views(1217) Comments(0) Diggs(0)
这是网上一个大神实现的,具体出处已找不到,在这做个记录,方便以后使用。 Read More
posted @ 2016-11-22 11:13 一线大码 Views(3910) Comments(0) Diggs(1)