Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Releases: rkeet/zf-doctrine-encrypt

Updated abandoned with suggested alternative

26 Mar 15:21
df9b875
Compare
Choose a tag to compare
Merge pull request #7 from Dwarfex/master

update composer.json to suggest forked package

Updated as abandoned

22 Mar 10:00
7b188e0
Compare
Choose a tag to compare

Let me know if you want to inherit this project, I'll update it again recommending your package instead

Corrections in README.md documentation examples

27 Mar 10:25
51aa440
Compare
Choose a tag to compare

Examples corrected in README.md.

ParagonIE HiddenString & PHP 7.3

15 Jan 19:42
ee33abc
Compare
Choose a tag to compare
  • Requiring ParagonIE HiddenString (paragonie/hidden-string) which has replaced ParagonIE\Halite\HiddenString with ParagonIE\HiddenString\HiddenString
  • Added PHP 7.3 as alternative platform requirement

Initial release

15 Dec 12:23
Compare
Choose a tag to compare

Initial release

  • Hashing & Encryption: Adapters, Services, Subscribers are all created
  • Basic Encryption functionality provided: encrypt / decrypt
  • Basic Hashing functionality provided: hash / verify
  • Annotations (for Doctrine Entity Properties) provided: @Hashed and @Encrypted