This repository was archived by the owner on Jul 7, 2023. It is now read-only.
thatcode/EncryptableBehaviour
Folders and files
| Name | Name | 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.