Skip to content

Releases: phpgt/Cipher

May 2023 release

12 May 11:15
611ff35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Stable libsodium implementation

25 Jul 14:46
5cef809

Choose a tag to compare

OpenSSL has been replaced by libsodium in this stable release. It's currently been in use and tested by Authwave/php-client and Authwave/provider.

What's Changed

  • Sodium ### implementation by @g105b in #8

Full Changelog: v0.3.0...v1.0.0

InitVectorFactory

18 Jul 11:30
376ccab

Choose a tag to compare

InitVectorFactory Pre-release
Pre-release

What's Changed

  • Update docs by @g105b in #5
  • feature: immutable init vector withBytes function by @g105b in #6

Full Changelog: v0.2.0...v0.3.0

Defensive coding

01 Jul 10:04
e2d553a

Choose a tag to compare

Defensive coding Pre-release
Pre-release
  • tweak: defensive coding to suppress warnings by @g105b in #4
  • build: hard version dependencies by @g105b in #2

MVP: Fully tested cipher encryption & decryption

18 Apr 16:33

Choose a tag to compare

This pre-prelease is fully tested, implementing the basic functionality. This will be used in the next development phase of Authwave, during which any new functionality will be identified ready for Cipher's v1 release.