0
7
Login
Code
Issues
Pull requests
Events
Packages
aa14fc08f2524130de5e8afe60859386823176b1
aa14fc08f2524130de5e8afe60859386823176b1

Encryption

Latest Stable Version Total Downloads License

Installation

composer require friendsofhyperf/encryption

Publish Config

php bin/hyperf.php vendor:publish friendsofhyperf/encryption

Usage

$encryptString = encrypt($string);
$decryptString = decrypt($encryptString);