AopEncrypt
class AopEncrypt
加密工具类, 此工具类仅仅用于 AopClient 使用
Methods
static string
encrypt($str, $secret_key)
加密方法
static string
decrypt($str, $secret_key)
解密方法
static string
addPKCS7Padding(string $source)
填充算法
static string
stripPKSC7Padding(string $source)
移去填充算法
Details
at line 18
static string
encrypt($str, $secret_key)
加密方法
at line 35
static string
decrypt($str, $secret_key)
解密方法
at line 53
static string
addPKCS7Padding(string $source)
填充算法
at line 72
static string
stripPKSC7Padding(string $source)
移去填充算法