Releases: chr15k/laravel-mysql-encrypt
Releases · chr15k/laravel-mysql-encrypt
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
- Added new AES key generation command (using sha512 hashing alorithm as per MySQL encrypt docs)
- Refactored validators to implement ValidationRule contract
- Automatic decryption when accessing properties on a model
- Fixed a bug where encrypted model fields where not being hydrated with decrypted values (i.e. on creation)
- Updated MySQL AES_DECRYPT/AES_ENCRYPT queries as per MySQL encrypt docs
- Updated README with example usage
- Discontinued Lumen support as the project has been archived as of Apr 9, 2024