Field Formatter Obfuscate

Component ID

2137631

Component name

Field Formatter Obfuscate

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

491

Component created

Component changed

Component body

Adds a formatter for text / long text fields to obfuscate the value.

The Field formatter obfuscate module allows you to obfuscate any text / long text field by encoding and hiding the value using ROT13 cipher and data-attributes. Client-side Javascript will be used to decode and display the value.

Note that this is not an encryption. It is merely a simple scheme to hide text from search engines.

Requirements

None.

Installation

Install as usual, see Installing contributed modules (Drupal 7) for further information:

Configuration

  • Add a text / long text field to any content type (on manage fields admin page)
  • Set the display to "Obfuscate" (on manage display admin page)

Supported file types

This formatter can be applied to the following field types:

  • Text fields
  • Long Text fields
  • Text With Summary fields

Similar / related modules

See the field_formatter_settings module if you need more extensible field
formatters.

Todo

Maybe build upon field_formatter_settings someday.