erykai / cryption
Encryption and decryption data
Fund package maintenance!
Erykai
Requires
- php: >=8.0
- ext-openssl: *
README
Encryption and decryption data
define const
const CRYPTION_CIPHERING = "BF-CBC"; const CRYPTION_KEY = "Aa1@#LLkMmJ,;l//";
require "config.php"; require "vendor/autoload.php"; use Erykai\Cryption\Cryption; $email = "webav.com.br@gmail.com"; $Cryption = new Cryption(); $emailCryption = $Cryption->encrypt($email); $emailDecryption = $Cryption->decrypt($emailCryption); print_r($emailCryption, $emailDecryption);
Contribution
All contributions will be analyzed, if you make more than one change, make the commit one by one.
Support
If you find defaults send an email reporting to webav.com.br@gmail.com.
Credits
- Alex de O. Vidal (Developer)
- All contributions (Contributors)
License
The MIT License (MIT). Please see License for more information.