\Prpcrypt

接收和推送给公众平台消息的加解密

Summary

Methods
Properties
Constants
__construct()
encrypt()
decrypt()
getRandomStr()
$key
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$key

$key : 

Type

Methods

__construct()

__construct(  $k) 

Parameters

$k

encrypt()

encrypt(string  $text, string  $appid) : array

对明文进行加密

Parameters

string $text

需要加密的明文

string $appid

公众号APPID

Returns

array

decrypt()

decrypt(string  $encrypted, string  $appid) : array

对密文进行解密

Parameters

string $encrypted

需要解密的密文

string $appid

公众号APPID

Returns

array

getRandomStr()

getRandomStr() : string

随机生成16位字符串

Returns

string —

生成的字符串