pimenvibritania / file-crypter
There is no license information available for the latest version (1.1.0) of this package.
Encrypt and decrypt any files with AES & Blowfish encryption for PHP (Laravel) project
1.1.0
2020-09-12 18:22 UTC
Requires
- php: ^7.1
- illuminate/support: 6.*.* || ^7.0
- pimenvibritania/hash-stretcher: ^1.2.0
Requires (Dev)
- orchestra/testbench: 3.8.*
- phpro/grumphp: ^0.22.0
This package is auto-updated.
Last update: 2025-03-21 17:35:42 UTC
README
With this package, you can encrypt and decrypt any files with AES & Blowfish encryption in your Laravel project.
Installation and usage
- This package requires PHP 7.2 and Laravel 6.0 or higher.
- This package requires
pimenvibritania/hash-stretcher
package, you can install the package via composer:
composer require pimenvibritania/hash-stretcher
You can Install this package via composer :
composer require pimenvibritania/file-crypter