Download the PHP package crowdstar/crypt without Composer
On this page you can find all versions of the php package crowdstar/crypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crowdstar/crypt
More information about crowdstar/crypt
Files in crowdstar/crypt
Download crowdstar/crypt
More information about crowdstar/crypt
Files in crowdstar/crypt
Vendor crowdstar
Package crypt
Short Description Handle data encryption/decryption.
License Apache-2.0
Homepage https://www.glu.com
Package crypt
Short Description Handle data encryption/decryption.
License Apache-2.0
Homepage https://www.glu.com
Please rate this library. Is it a good library?
Informations about the package crypt
Summary
The crypt package creates a simple interface for the phpseclib AES-128 library. Its interface allows encryption and decryption of strings with a layer of base64 encoding for easy transmission including the initialization vector.
Installation
Sample Usage
Before using the library, you need to choose a secret key, which should be of size 16, 24 or 32 only.
1. Encrypt and Encode plain text data for storage or transmission
2. Decoding and Decrypting stored or received data
3. Encrypting and Decrypting with an alternate length initialization vector
When bad data is passed in, the return value of method call CrowdStar\Crypt\Crypt::decrypt()
will be an empty string.
All versions of crypt with dependencies
PHP Build Version
Package Version
The package crowdstar/crypt contains the following files
Loading the files please wait ....