StringEncryptExten extension
- on
Methods
-
kdecodeBase64(
) → String -
Available on String, provided by the StringEncryptExten extension
Base64解密字符串 -
kencodeBase64(
) → String -
Available on String, provided by the StringEncryptExten extension
Base64加密字符串 -
kencodeMd5(
) → String -
Available on String, provided by the StringEncryptExten extension
md5 加密字符串 -
korBase64Decode(
String key) → String -
Available on String, provided by the StringEncryptExten extension
异或对称 Base64 解密 -
korBase64Encode(
String key) → String -
Available on String, provided by the StringEncryptExten extension
异或对称 Base64 加密 -
korCode(
String key) → String -
Available on String, provided by the StringEncryptExten extension
异或对称加密