Encrypt Field Type
The encrypt field type stores a string as encrypted data in the database and decrypts it for output. It uses CodeIgniter's Encryption Class. This should not be used to store passwords.
Parameters
Parameter | Description |
---|---|
Hide Typing on Input | Allows you to set if you'd like to hide typing on input (with a password input type). |
Output
The encrypt field type outputs the decrypted string.