文件名称:Java版SMS4和Base64加密算法
文件大小:13KB
文件格式:ZIP
更新时间:2021-09-11 13:00:57
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...
【文件预览】:
SMS4.zip