Releases: Crudly/Encrypted
Releases · Crudly/Encrypted
1.5.1
Fix composer.json to actually include Laravel 10.
1.2.1
Fixes casting to datetime.
1.2.0
Now respecting hashing config (by using Hash::make
instead of bcrypt
) and correctly decrypts null
to null
.
1.1.0
This adds a password hashing feature.