Releases: phpgt/Cipher
Releases · phpgt/Cipher
May 2023 release
What's Changed
- Sodium by @g105b in #9
- maintenance: dependabot by @g105b in #12
- build(deps): bump phpgt/http from 1.1.5 to 1.1.6 by @dependabot in #13
- feature: customise query string keys by @g105b in #36
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v1.0.0...v1.0.1
Stable libsodium implementation
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
Full Changelog: v0.3.0...v1.0.0
InitVectorFactory
What's Changed
Full Changelog: v0.2.0...v0.3.0
Defensive coding
MVP: Fully tested cipher encryption & decryption
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.