Download the PHP package ride/lib-encryption without Composer
On this page you can find all versions of the php package ride/lib-encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ride/lib-encryption
More information about ride/lib-encryption
Files in ride/lib-encryption
Download ride/lib-encryption
More information about ride/lib-encryption
Files in ride/lib-encryption
Vendor ride
Package lib-encryption
Short Description Encryption library of the Ride framework
License MIT
Package lib-encryption
Short Description Encryption library of the Ride framework
License MIT
Please rate this library. Is it a good library?
Informations about the package lib-encryption
Ride: Encryption Library
Encryption library of the PHP Ride framework.
What's In This Library
Cipher
The Cipher interface is used to implement a cipher to encrypt and decrypt data using an encryption key.
Available implementations:
- ride\library\encryption\cipher\ChainCipher: Chain of ciphers with an certain amount of iterations
- ride\library\encryption\cipher\GenericCipher: Generic implementation
- ride\library\encryption\cipher\SimpleCipher: Simple implementation with relative short length of encrypted data, not secure for sensitive data
Hash
The Hash interface is used to implement cryptographic hash algorithms. These are methods which take an arbitrary block of data and return a fixed-size bit string
Available implementations:
- ride\library\encryption\hash\GenericHash: Use installed hash functions, defaults to SHA256
- ride\library\encryption\hash\PlainHash: For testing purposes
Code Sample
Check this code sample to see the possibilities of this library:
Installation
You can use Composer to install this library.
All versions of lib-encryption with dependencies
PHP Build Version
Package Version
No informations.
The package ride/lib-encryption contains the following files
Loading the files please wait ....