/FieldtypeMyCrypt

Fieldtype for storing Mcrypt encrypted values and Inputfield.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

PLEASE DO NOT USE THIS FIELDTYPE RIGHT NOW. (ECB mode is potentially ignored)

FieldtypeMyCrypt

Sensitive data will be saved encrypted and converted back to their initial value on runtime. The encryption method used is based on a class posted by Dylan on PHP.net

Thanks Dylan.