php-jwt-class-with-RSA-support:使用RSA的Javascript Web令牌PHP实现

时间:2021-05-21 10:24:40
【文件属性】:
文件名称:php-jwt-class-with-RSA-support:使用RSA的Javascript Web令牌PHP实现
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-21 10:24:40
PHP 具有RSA支持PHP JWT令牌 PHP用RSA实现JSON Web令牌的实现。 我需要一个使用RSA公钥/私钥的客户端移动应用程序的JWT支持。 我以为我应该和大家分享。 随时在您的项目中进行修改和使用。 支持的算法:RSA(公钥/私钥对) RS256 - RSA using SHA-256 hash algorithm RS384 - RSA using SHA-384 hash algorithm RS512 - RSA using SHA-512 hash algorithm HMAC Algos : HS256 - HMAC using SHA-256 hash algorithm (default) HS384 - HMAC using SHA-384 hash algorithm HS512 - HMAC using SHA-512 hash algorithm 如
【文件预览】:
php-jwt-class-with-RSA-support-master
----composer.json(583B)
----tests()
--------index.php(866B)
----src()
--------JWToken.php(4KB)
----keys()
--------public_key.pem(451B)
--------private_key.pem(2KB)
----README.md(2KB)

网友评论