繁體中文(港)
Appearance
Hyperf 加密組件。
composer require friendsofhyperf/encryption
php bin/hyperf.php vendor:publish friendsofhyperf/encryption
$encryptString = encrypt($string); $decryptString = decrypt($encryptString);