* 使用DES加密與解密,可對Byte[],String類型進行加密與解密 密文可使用String,Byte[]存儲.
*
* 方法: void getKey(String strKey)從strKey的字條生成一個Key
*
* String getEncString(String strMing)對strMing進行加密,返回String密文 String
* getDesString(String strMi)對strMin進行解密,返回String明文
*
*Byte[] getEncCode(Byte[] ByteS)Byte[]型的加密 Byte[] getDesCode(Byte[]
* ByteD)Byte[]型的解密
標簽:
String
Byte
getKey
strKey
上傳時間:
2014-01-13
上傳用戶:libinxny