Closed (fixed)
Project:
Encrypt
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 08:42 UTC
Updated:
8 Aug 2011 at 23:45 UTC
It would be nice if this module enabled a Form API property for textfield and password form elements. If we could add '#encrypt'=>true it would be really handy to use with forms where I think most of the use cases are.
Thanks for a well implemented sec solution.
Comments
Comment #1
zzolo commentedI have thought about this before, but didn't think it would save all that much work, hence why API is meant to be dead simple. But I like the idea and will hopefully be able to implement it with the second version.
Comment #2
theunraveler commentedA note for my own reference: for an example of this, see ctools dependency functionality.
Comment #3
theunraveler commentedAlso, this will be targeted at 7.x-2.x.
Comment #4
crossmedia commentedHi, still you may apply encryption to your webforms through webform_encryption module in Drupal 6 but you should have The 6.x branch of this module requires Webform 6.x-3.x. It will not work with older versions of Webforms. Please have a look on the following drupal project link http://drupal.org/project/webform_encrypt
Step -1
Install and enable Encrypt Module
Your server should have php mycrypt installed to use mcrypt
Configure and store secret key on the server, however i would request you to store outside the webroot
Step -2
Install and enable webform_encrypt module
Create Test Webform, you will have the checkbox option in every field while creating the form to encrypt or not.
Step -3
Please correct me if i am wrong.
Comment #5
theunraveler commentedCommitted to 7.x-2.x. Will be part of the first beta.