This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
Releases: salesupply/zf-doctrine-encrypt-module
Releases · salesupply/zf-doctrine-encrypt-module
Updated Interface causes bc-break - new release to mitigate - adds hash verification and hashmanager
Updated Interface causes bc-break - new release to mitigate - adds hash verification and hashmanager
Latest
- HashManager added, provides hash & verify functionality on strings (e.g. passwords)
Encryption updated, hashing added - BC break
- Encryption simplified (and according to standards: trust a package)
- Hashing has been added (also by default uses the Halite package)
This release causes a BC break, as such a major version bump.
Fixed reverse type conversion
Merge pull request #9 from salesupply/bugfix/type-setting-fix Fixed broken type setting, error was only to be thrown if type could …
Different value types (and nullable) now supported
Merge pull request #7 from salesupply/feature/allow-different-types Feature/allow different types
Added options for @Encrypted Annotation
1.1 Merge pull request #6 from salesupply/feature/allow-options-for-prope…
1.0.1: Merge pull request #5 from salesupply/develop
Merging branch to master - passing options for factory
First working version
First working version