Download the PHP package davidecaruso/crypt without Composer
On this page you can find all versions of the php package davidecaruso/crypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davidecaruso/crypt
More information about davidecaruso/crypt
Files in davidecaruso/crypt
Download davidecaruso/crypt
More information about davidecaruso/crypt
Files in davidecaruso/crypt
Vendor davidecaruso
Package crypt
Short Description PHP library to securely encrypt/decrypt strings.
License MIT
Homepage https://github.com/davidecaruso/crypt
Package crypt
Short Description PHP library to securely encrypt/decrypt strings.
License MIT
Homepage https://github.com/davidecaruso/crypt
Please rate this library. Is it a good library?
Informations about the package crypt
Two-way encryption PHP library.
Install
How to use
Idempotent way
By this way, the encryption algorithm will always return the same output when encrypt the same text.
Non-idempotent way
By this way, the encryption algorithm will always return a new output when encrypt the same text.
CLI Commands
Generate a random 64 bytes secret string
Encrypt/decrypt by idempotent way
Encrypt/decrypt by non-idempotent way
Author
License
Licensed under MIT.
All versions of crypt with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3
ext-openssl Version *
ext-mbstring Version *
ext-openssl Version *
ext-mbstring Version *
The package davidecaruso/crypt contains the following files
Loading the files please wait ....