Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kalmantse/AesEncrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

** PHP AES encrypt class **

使用示例:


$secretKey = 'asf32jjdsf94l23jsd';
$appId = 201811309087;

$AopEncypt = new AesEncrypt(json_encode(['AppId'=> $appId]), $secretKey);
echo urlencode($AopEncrypt->encrypt());

About

PHP AES encrypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages