micseres/micro-service-encrypt

Micro Service Encrypt

Installs: 12 209

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/micseres/micro-service-encrypt

1.2 2021-04-20 07:52 UTC

This package is auto-updated.

Last update: 2025-09-20 17:06:42 UTC


README

Usage

$this->encrypt = new OpenSSLEncrypt('CAMELLIA-256-CFB');
//or $this->encrypt = new DummyEncrypt(); to do nothing

$this->encrypt->setPassword($this->bobDH->getSharedKey($alicePublickKey));

$secure = $this->encrypt->encrypt($request);
$plain = $this->encrypt->decrypt($request);

License

The Soft Deletable Bundle is open-sourced software licensed under the MIT license.