# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Decrypt 解密。 key的长度16、24、32字节,分别对应AES-128、AES-192、AES-256加密算法, data是需要解密的数据, additionalData是用于进行身份验证的数据,按需使用,可以不用传。.
DecryptString 解密。 key的长度16、24、32字节,分别对应AES-128、AES-192、AES-256加密算法, data是需要解密的数据, additionalData是用于进行身份验证的数据,按需使用,可以不用传。.
Encrypt 加密。 key的长度16、24、32字节,分别对应AES-128、AES-192、AES-256加密算法, data是需要加密的数据, additionalData是用于进行身份验证的数据,按需使用,可以不用传。.
EncryptString 加密。 key的长度16、24、32字节,分别对应AES-128、AES-192、AES-256加密算法, data是需要加密的数据, additionalData是用于进行身份验证的数据,按需使用,可以不用传。.
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
# Variables
No description provided by the author
# Type aliases
No description provided by the author