Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
4.7.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2006 at 03:24 UTC
Updated:
2 Sep 2006 at 02:00 UTC
I just modified text.module to make encrypted_text.module. This module
encrypts when inserting and updating, using MySQL function AES_ENCRYPT.
It decrypts this text value on loading the field, using AES_DECRYPT function. It stores the encrypted text in BLOB columns.
Admin must specify the encryption key to use in settings.php as in
$conf = array(
'encrypted_text_key' => 'my encryption key'
);
Works in my testing.
Please advise changes, and how to contribute this module. Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| encrypted_text.module | 16.86 KB | dado |
Comments
Comment #1
dado commentedi posted this as a new module/project
http://drupal.org/project/encrypted_text
Comment #2
(not verified) commented