DesCryptographyDecrypt 方法 |
名称 | 说明 | |
---|---|---|
Decrypt(Byte) |
对原始的数据进行解密的操作,返回解密之后的二进制原始数据 Decrypt the original data and return the decrypted binary original data | |
Decrypt(String) |
针对Base64字符串进行解密操作,转为二进制数据后进行解密,解密之后使用UTF8编码获取最终的字符串数据 Decrypt the Base64 string, convert it to binary data, and decrypt it. After decryption, use UTF8 encoding to obtain the final string data. |