1.2.2releasedEncrypted Input

Encrypts text fields using mcrypt to keep them safe.

Clone URLhttps://github.com/symphonists/encrypted_input.git

Add as a submodulegit submodule add https://github.com/symphonists/encrypted_input.git extensions/encrypted_input --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.0.01.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.2

Readme

Encrypted Input

This field acts like a normal text input, but the value stored in the database is encrypted and is therefore not human-readable. This is useful for storing data such as passwords, oAuth/API tokens or personal details. Encryption is achieved using mcrypt (256-bit) with a salt (key) of your own choosing.

This means that if your database is somehow compromised then your content remains safe. A hacker would need to also obtain the salt from the config file to decrypt your content.

Usage

  1. Put the encrypted_input folder into your /extensions directory
  2. Enable "Field: Encrypted Input" from the System > Extensions page
  3. Update the salt on the System > Preferences page
  4. Add "Encrypted Input" fields to your sections

Salt

This extension provides a default randomised salt for you. If you wish to change the value, ensure you do so before you begin creating entries. If the data is saved and encrypted already and you change the salt, the values can not be decrypted again!

Credits

Many thanks to Michael Hay for funding this extension and permitting it to be released as open source.

Version history

Symphony 2.3.0 to 2.x.x

  • PHP 7 Compatibility

Symphony 2.3.0 to 2.x.x

  • further 2.3+ Support

Symphony 2.3.0 to 2.x.x

Symphony 2.3.0 to 2.x.x

Symphony 2.2.x only