shineklbm / aes-file-encrypt
An AES file encryption library based on http://aescrypt.com
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/shineklbm/aes-file-encrypt
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-03 23:34:10 UTC
README
An AES file encrypt package based on http://aescrypt.com
How to install it
composer require "shineklbm/aes-file-encrypt:1.0.0@dev" will install it, please look at the test folder and you will find the usage right there. I will update the available methods info there.