This repository was archived by the owner on Jul 7, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 0
thatcode/EncryptableBehaviour
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Written for 1.3
Encrypts data in a db. Encrypted fields should be binary type.
Usage:
var $actsAs = array(
'Encryptable' => array(
'fields' => array(
'EncryptedModel' => array(
'encrypted_field'
)
)
)
);
TODO - Recursing through associated models should be better.
About
Store data encrypted in the db transparently
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published