Skip to content

Commit 5433cfb

Browse files
author
howya
authored
Merge pull request #6 from howya/develop
Added tests
2 parents b0c8b99 + 7557cea commit 5433cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# laravel_model_encryption
1+
# Laravel model encryption, hashing and blind index
22
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
33

44
Model attributes that are marked as encrypted will be encrypted via Laravel's default encryption. Simply set the model attribute with a value of string, integer, float, boolean or date (as a string) and the value will be persisted as the encrypted value. Accessing the attribute will decrypt the attribute and cast it to it's defined type (a Carbon instance if date).

0 commit comments

Comments
 (0)