soumik/libcipher

AES-256-CBC key based encryption and decryption

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/soumik/libcipher

1.0 2021-07-09 18:21 UTC

This package is not auto-updated.

Last update: 2025-12-21 15:12:42 UTC


README

composer require soumik/libcipher

require_once __DIR__ . "/vendor/autoload.php";
use libcipher\src as lib;

lib\Cipher::encrypt("Your text", "Random key 1st pair", "Random key 2nd pair");

lib\Cipher::decrypt("Your encrypted text", "Key 1st pair", "Key 2nd pair");
@version PHP >= 7.4
GNU GENERAL PUBLIC LICENSE