Download the PHP package elavrom/cryptor without Composer
On this page you can find all versions of the php package elavrom/cryptor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elavrom/cryptor
More information about elavrom/cryptor
Files in elavrom/cryptor
Download elavrom/cryptor
More information about elavrom/cryptor
Files in elavrom/cryptor
Vendor elavrom
Package cryptor
Short Description A simple helper class for encryption, decryption, and hmac signing.
License MIT
Package cryptor
Short Description A simple helper class for encryption, decryption, and hmac signing.
License MIT
Please rate this library. Is it a good library?
Informations about the package cryptor
Cryptor
A simple helper class for encryption, decryption, and hmac signing.
Get Started
For the first instantiation, you have to provide two secret keys that will be your passphrases.
It is recommended that you generate your own secret keys to encrypt and sign data, and keep it safe. A way of generating this kind of secret key is to use OpenSSL :
Examples
Encryption / Decryption
HMAC Signing / Checking
All versions of cryptor with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4||^8.0
ext-openssl Version *
ext-openssl Version *
The package elavrom/cryptor contains the following files
Loading the files please wait ....