erykai/cryption

Encryption and decryption data

Fund package maintenance!
Erykai

v2.1.3 2023-04-04 12:12 UTC

This package is auto-updated.

Last update: 2024-09-04 15:18:15 UTC


README

Encryption and decryption data Maintainer Source Code PHP from Packagist Latest Version Software License Quality Score Total Downloads

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

License

The MIT License (MIT). Please see License for more information.