# Functions
AESCBCDecrypt decrypts cipher text with AES algorithm in CBC mode Note that key length must be 16, 24 or 32 bytes to select AES-128, AES-192, or AES-256 Note that AES block size is 16 bytes.
No description provided by the author
No description provided by the author
AESCBCEncrypt encrypts data with AES algorithm in CBC mode Note that key length must be 16, 24 or 32 bytes to select AES-128, AES-192, or AES-256 Note that AES block size is 16 bytes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Base64Decode Base64解码为字节.
Base64DecodeString Base64解码.
Base64Encode Base64编码.
Base64EncodeString Base64编码.
Bcrypt Bcrypt加密.
BcryptMatches Bcrypt验证.
BcryptMatchesString Bcrypt验证字符串.
BcryptString Bcrypt加密字符串.
Encrypt 加密.
EncryptString 加密.
HmacMd5 HmacMd5加密.
HmacMd5String HmacMd5加密.
HmacSha1 HmacSha1加密.
HmacSha1String HmacSha1加密.
HmacSha224 HmacSha224加密.
HmacSha224String HmacSha224加密.
HmacSha256 HmacSha256加密.
HmacSha256String HmacSha256加密.
HmacSha384 HmacSha384加密.
HmacSha384String HmacSha384加密.
HmacSha512 HmacSha512加密.
HmacSha512String HmacSha512加密.
Md5 MD5加密.
Md5String MD5加密.
PKCS7Padding fills plaintext as an integral multiple of the block length.
PKCS7UnPadding removes padding data from the tail of plaintext.
Sha1 SHA1加密.
Sha1String SHA1加密.
Sha224 Sha224加密.
Sha224String Sha224加密.
Sha256 SHA256加密.
Sha256String SHA256加密.
Sha384 SHA384加密.
Sha384String SHA384加密.
Sha512 Sha512加密.
Sha512String Sha512加密.