Download the PHP package devjack/encrypted-content-encoding without Composer
On this page you can find all versions of the php package devjack/encrypted-content-encoding. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devjack/encrypted-content-encoding
More information about devjack/encrypted-content-encoding
Files in devjack/encrypted-content-encoding
Download devjack/encrypted-content-encoding
More information about devjack/encrypted-content-encoding
Files in devjack/encrypted-content-encoding
Vendor devjack
Package encrypted-content-encoding
Short Description Encrypted Content-Encoding for HTTP (RFC8188)
License MIT
Package encrypted-content-encoding
Short Description Encrypted Content-Encoding for HTTP (RFC8188)
License MIT
Please rate this library. Is it a good library?
Informations about the package encrypted-content-encoding
Encrypted Content-Encoding
Introduction
PHP implementation of RFC8188 to encrypt HTTP messages.
Code Samples
Note: RFC8188 relies heavily on base64 URL encoding.
Simple callback function for encryption key lookup
Invocable class for key lookup
In this example we use a simple incovable class to provide key lookup. This may be more useful in complex framework integrations such as providing middleware that looks up keys from a database. This sample does not cover service injection to the key lookup class.
Installation
Available via composer.
PHP 5.6 compatibility
Additionally, install a polyfill for random_bytes such as:
All versions of encrypted-content-encoding with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6 || >=7.1
ext-openssl Version *
spomky-labs/base64url Version ^1.0
spomky-labs/php-aes-gcm Version ^1.2
ext-openssl Version *
spomky-labs/base64url Version ^1.0
spomky-labs/php-aes-gcm Version ^1.2
The package devjack/encrypted-content-encoding contains the following files
Loading the files please wait ....