Download the PHP package derrickleemy/jwe-decoder without Composer
On this page you can find all versions of the php package derrickleemy/jwe-decoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download derrickleemy/jwe-decoder
More information about derrickleemy/jwe-decoder
Files in derrickleemy/jwe-decoder
Download derrickleemy/jwe-decoder
More information about derrickleemy/jwe-decoder
Files in derrickleemy/jwe-decoder
Vendor derrickleemy
Package jwe-decoder
Short Description An simple JSON Web Token library for PHP.
License BSD-3-Clause
Homepage https://github.com/derrickleemy/jwe-decoder
Package jwe-decoder
Short Description An simple JSON Web Token library for PHP.
License BSD-3-Clause
Homepage https://github.com/derrickleemy/jwe-decoder
Please rate this library. Is it a good library?
Informations about the package jwe-decoder
JWEDecoder
JWEDecoder is a lightweight encrypted JWT decoder library written in PHP. It was originally written by Kevin Mo (all credits goes to him), and dialed down for a very specific use case for internal use.
Features
- JSON web encryption RFC7516
- Supported Algorithms
- RSAES with OAEP (RSA-OAEP-256)
Requirements
- PHP 5.4.0 or later
hash
extensionopenssl
extension
Installation
You can install via Composer.
Usage
Private Key
Private key is required to decode the JWE token. You can add your key by doing the following:
Decrypting a JWE
To decrypt a JWE, use the decrypt function:
Authors
Credits
- derrickleemy derrickleemy/jwe-decoder
- kevinmo kelvinmo/simplejwt
All versions of jwe-decoder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-openssl Version *
ext-hash Version *
ext-openssl Version *
ext-hash Version *
The package derrickleemy/jwe-decoder contains the following files
Loading the files please wait ....