随笔分类 - 加密解密
摘要:package com.tebon.ams.util;import org.apache.commons.codec.binary.Base64;import org.apache.log4j.Logger;import javax.crypto.Cipher;import java.securit
阅读全文
摘要:package com.tebon.ams.util;import sun.misc.BASE64Decoder;import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.crypto.SecretKey;imp
阅读全文
摘要:package com.tebon.ams.util;import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.crypto.SecretKey;import javax.crypto.spec.SecretKe
阅读全文
摘要:package com.tebon.ams.util;import org.apache.commons.codec.binary.Base64;import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.cryp
阅读全文
摘要:public final class MD5Crypt { /**** Command line test rig. * @throws NoSuchAlgorithmException **/ static public void main(String argv[]) throws NoSuch
阅读全文

浙公网安备 33010602011771号