文件名称:Java版SMS4和Base64加密算法
文件大小:15KB
文件格式:ZIP
更新时间:2018-02-02 10:47:31
Java SMS4 Base64 加密 算法
本资源是集合了SMS4和自定义的Base64加密算法。SMS4加密算法中提供了如下接口: private static byte[] encode16(byte[] plain, byte[] key); private static byte[] decode16(byte[] cipher, byte[] key); private static byte[] encode32(byte[] plain, byte[] key); private static byte[] decode32(byte[] cipher, byte[] key); public static byte[] encodeSMS4(byte[] plain, byte[] key); public static byte[] decodeSMS4(byte[] cipher, byte[] key); public static String decodeSMS4toString(byte[] cipher, byte[] key); Base64...
【文件预览】:
SMS4JA
----.project(380B)
----src()
--------com()
----.settings()
--------org.eclipse.jdt.core.prefs(598B)
----.classpath(301B)
----bin()
--------com()