点击或拖拽改变大小

AesCryptographyEncrypt 方法

重载列表
  名称说明
公共方法Encrypt(Byte)
对原始的数据进行加密的操作,返回加密之后的二进制原始数据
Encrypt the original data and return the encrypted binary original data
公共方法Encrypt(String)
针对字符串进行加密,并返回加密后的字符串数据,字符串的编码默认为UTF8,加密后返回Base64编码
Encrypt the string and return the encrypted string data. The encoding of the string is UTF8 by default. After encryption, the Base64 encoding is returned.
Top
参见