Decode

SymmetricEncryption.Decode method

根据提供的算法类型、密钥和盐参数解密字符串

public string Decode(string source)
范围 类型 描述
source String 要解码的加密字符串。

返回值

返回解密后的字符串。

也可以看看