Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

thatcode/EncryptableBehaviour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

No packages published

Languages