0
7
Login
Code
Issues
Pull requests
Events
Packages
65037dee088889af91d35d6d10a179c16a7925c3
65037dee088889af91d35d6d10a179c16a7925c3

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);