pimenvibritania / file-crypter
Encrypt and decrypt any files with AES & Blowfish encryption for PHP (Laravel) project
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/pimenvibritania/file-crypter
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-09-21 18:55:35 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