This seems to be a very useful module. However, it seems to have fatal errors. I would love to see this works.
Errors:

Notice: Undefined variable: items in _encrypted_text_node_field_names() (line 23 of /var/www/drupal712b/sites/all/modules/encrypted_text/encrypted_text.module).
Warning: Invalid argument supplied for foreach() in _encrypted_text_node_field_encrypt_decrypt() (line 28 of /var/www/drupal712b/sites/all/modules/encrypted_text/encrypted_text.module).

Comments

semiaddict’s picture

Status: Active » Needs review
StatusFileSize
new2.23 KB

I had the same problem.
Attached is a patch that should solve both errors.

semiaddict’s picture

StatusFileSize
new3.39 KB

Oops, my first patch was the wrong one.
Attached is the correct patch.