public class CryptoUtil
{
//随机选8个字节既为密钥也为初始向量
private static byte[] KEY_64 = { 42, 16, 93, 156, 78, 4, 218, 32 };
private static byte[] IV_64 = { 55, 103, 246, 79, 36, 99, 167, 3 };
public class CryptoUtil
{
//随机选8个字节既为密钥也为初始向量
private static byte[] KEY_64 = { 42, 16, 93, 156, 78, 4, 218, 32 };
private static byte[] IV_64 = { 55, 103, 246, 79, 36, 99, 167, 3 };