Download the PHP package garsaud/cryptstreamaes without Composer
On this page you can find all versions of the php package garsaud/cryptstreamaes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download garsaud/cryptstreamaes
More information about garsaud/cryptstreamaes
Files in garsaud/cryptstreamaes
Download garsaud/cryptstreamaes
More information about garsaud/cryptstreamaes
Files in garsaud/cryptstreamaes
Vendor garsaud
Package cryptstreamaes
Short Description Encrypt and decrypt php resources (streams) on-the-fly using AES 128, 192, 256
License MIT
Package cryptstreamaes
Short Description Encrypt and decrypt php resources (streams) on-the-fly using AES 128, 192, 256
License MIT
Please rate this library. Is it a good library?
Informations about the package cryptstreamaes
CryptStreamAES
This package encrypts and decrypts resources (streams) using AES 128, 192 or 256 using mcrypt.
It operates on resources (local or remote obtained via fopen(…)
) in chunks, making it possible to process very large contents without exceeding the memory limit.
Installation
Usage
All versions of cryptstreamaes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-mcrypt Version *
ext-mcrypt Version *
The package garsaud/cryptstreamaes contains the following files
Loading the files please wait ....