\Prpcrypt

Prpcrypt class

Summary

Methods
Properties
Constants
__construct()
decrypt()
$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

decrypt()

decrypt(string  $aesCipher, string  $aesIV = '') : string

对密文进行解密

Parameters

string $aesCipher

需要解密的密文

string $aesIV

解密的初始向量

Returns

string —

解密得到的明文