搜索资源列表
DesEncrypt
- * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
DESEncry
- 在vs2005环境编写的加解密工具,采用DES算法实现文件的加密、解密。-In the vs2005 environment, prepared by the encryption and decryption tool for files using DES algorithm encryption and decryption.