* 使用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