Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Releases: salesupply/zf-doctrine-encrypt-module

Updated Interface causes bc-break - new release to mitigate - adds hash verification and hashmanager

06 Aug 07:39
cbc01e8
Compare
Choose a tag to compare
  • HashManager added, provides hash & verify functionality on strings (e.g. passwords)

Encryption updated, hashing added - BC break

16 Apr 08:31
3ef95fa
Compare
Choose a tag to compare
  • 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

06 Apr 08:41
9e9b61b
Compare
Choose a tag to compare
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

03 Apr 07:16
25b5fe3
Compare
Choose a tag to compare
Merge pull request #7 from salesupply/feature/allow-different-types

Feature/allow different types

Added options for @Encrypted Annotation

23 Mar 10:41
70993f2
Compare
Choose a tag to compare
1.1

Merge pull request #6 from salesupply/feature/allow-options-for-prope…

1.0.1: Merge pull request #5 from salesupply/develop

16 Mar 09:21
9e379c7
Compare
Choose a tag to compare
Merging branch to master - passing options for factory

First working version

15 Mar 12:16
0a6cdb4
Compare
Choose a tag to compare

First working version