CryptUtilExtension extension
- on
Properties
- passwordStrength → PasswordStrength
-
Available on String, provided by the CryptUtilExtension extension
简单的密码强度检查no setter
Methods
-
aesDecode(
{required String key}) → String -
Available on String, provided by the CryptUtilExtension extension
aes解密 -
aesEncode(
{required String key}) → String -
Available on String, provided by the CryptUtilExtension extension
aes加密 -
rsaDecrypt(
{required String privateKey}) → String -
Available on String, provided by the CryptUtilExtension extension
rsa解密 -
rsaEncrypt(
{required String publicKey}) → String -
Available on String, provided by the CryptUtilExtension extension
rsa加密 -
toMD5(
) → String -
Available on String, provided by the CryptUtilExtension extension
转换成MD5 -
toSH1(
) → String -
Available on String, provided by the CryptUtilExtension extension
转换成SH1