This module allows you to encrypt individual fields within a Webform submission. When a form is submitted, the data for fields marked as "Encrypted" will be saved in an encrypted format, rather than plain text.
This module creates the ability to encrypt fields/components from the Webform module. Each Webform component can be marked as "Encrypted" and every time a user submits the webform, the encrypted value for that component will be saved instead of the original value.
Encryption is provided by the Encrypt module.
The 7.x branch of this module requires Webform 4.x and Encrypt 2.x. It will not work with older versions of Webform