Download the PHP package creative-world/crypto without Composer
On this page you can find all versions of the php package creative-world/crypto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download creative-world/crypto
More information about creative-world/crypto
Files in creative-world/crypto
Package crypto
Short Description A PHP package for cryptography management using the CryptoModel class.
License MIT
Homepage https://github.com/creative-world/crypto
Informations about the package crypto
Crypto
Overview
Crypto provides a robust and secure way to handle cryptographic operations in your PHP applications. It includes a CryptoModel class that offers methods for encryption, decryption, token generation, and password hashing. This package is designed to be easy to use while ensuring high security standards.
Features
- Encryption and Decryption: Securely encrypt and decrypt data using industry-standard algorithms.
- Token Generation: Generate secure tokens for session management or API authentication.
- Password Hashing: Hash passwords securely and verify them with ease.
- Custom Exception Handling: Utilize the
CryptoExceptionclass for handling cryptographic errors.
Installation
You can install the package via Composer. Run the following command in your terminal:
Usage
Basic Example
Testing
To run the tests for this package, ensure you have PHPUnit installed. You can run the tests using the following command:
License
This package is licensed under the MIT License. See the LICENSE file for more details.
Contributing
Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.
All versions of crypto with dependencies
ext-sodium Version *