// Set your key and iv
$key = '2da3a09b19409f999c07cdf70b0267f5';
$iv = 'dcd66c321930793f';
$encrypt = new \Encrypt\Encrypt($key, $iv);
// or you can set them later on
$encrypt->key = $key;
$encrypt->iv = $iv;
// Encrypt with encrypt()
$data = $encrypt->encrypt('Please help me.');
// Decrypt with decrypt()
print $encrypt->encrypt($data);-
Notifications
You must be signed in to change notification settings - Fork 1
License
Fritak/nette-encrypt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published