Download the PHP package mpyw/easycrypt without Composer
On this page you can find all versions of the php package mpyw/easycrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package easycrypt
EasyCrypt
A class that provides simple interface for decryptable encryption.
Requirements
- PHP:
^7.1 || ^8.0
Installing
Usage
Basic
The default cipher method is aes256
(aes-256-cbc
).
Throw DecryptionFailedException
when decryption failed
It throws DecryptionFailedException
instead of returning false.
Use fixed password
You can use FixedPasswordCryptor
instead of raw Cryptor
.
This is useful when we use a fixed password from an application config.
Use AEAD (Authenticated Encryption with Associated Data) suites
If you need to use AEAD suites that adopt CTR mode, it is recommended to provide truly unique counter value.
All versions of easycrypt with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8.0
ext-openssl Version *
ext-openssl Version *
The package mpyw/easycrypt contains the following files
Loading the files please wait ....