\PhalApi_Crypt

PhalApi_Crypt对称加密接口

Summary

Methods
Constants
encrypt()
decrypt()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

encrypt()

encrypt(mixed  $data, string  $key) : mixed

对称加密

Parameters

mixed $data

等加密的数据

string $key

加密的key

Returns

mixed —

加密后的数据

decrypt()

decrypt(mixed  $data, string  $key) : mixed

对称解密

Parameters

mixed $data

对称加密后的内容

string $key

加密的key

Returns

mixed —

解密后的数据