English
Appearance
The encryption component for Hyperf.
composer require friendsofhyperf/encryption
php bin/hyperf.php vendor:publish friendsofhyperf/encryption
$encryptString = encrypt($string); $decryptString = decrypt($encryptString);