Classes

\LeKoala\Encrypt

Name Description
DecryptController Easily decrypt your files EMPTY
EncryptHelper No description available EMPTY
EncryptedDBField Value will be set on parent record through built in getField mechanisms for composite fields EMPTY
EncryptedDBFile Safe and encrypted content file Also make sure that files are not public assets! => use htaccess EMPTY
EncryptedDBHTMLText Fields using this class should use updated getField method EMPTY
EncryptedDBJson A simple extension over EncryptedDBText that supports json as a datastructure The data is stored in a text field EMPTY
EncryptedDBText Fields using this class should use updated getField method EMPTY
EncryptedDBVarchar Fields using this class should use updated getField method EMPTY
EncryptedFile No description available EMPTY
EncryptedNumberField Value will be set on parent record through built in getField mechanisms for composite fields EMPTY
EncryptedSearchFilter A filter that helps searching against a full blind index EMPTY
MemberKeyProvider This class provides a multi tenant key provider Each user gets its own key to encrypt its data EMPTY

\LeKoala\Encrypt\Test

Name Description
EncryptTest Test for Encrypt ; Run with the following command : ./vendor/bin/phpunit ./encrypt/tests/EncryptTest.php EMPTY
Test_EncryptedModel A test model for our encryption EMPTY
Test_EncryptionKey No description available EMPTY