CHANGELOG.txt |
CHANGELOG.txt |
|
===================
Changelog for Encrypt Submissions
For Drupal 7.x
===================
3-25-2013
Made small modifications to prevent PHP Notices from showing up
in some versions of PHP. Issue: https://drupal.org/node/1906742
Moved URL for the… |
encrypt_submissions.css |
css/encrypt_submissions.css |
|
.encrypt-submissions-status {
background: transparent url("images/throbber.gif") no-repeat scroll left center;
padding-left: 20px;
display: none;
} |
encrypt_submissions.info |
encrypt_submissions.info |
|
name = Encrypt Submissions
description = Encrypt form submissions using the jCryption library.
configure = admin/config/encrypt-submissions
tags[] = encrypt_submissions
core = 7.x
; Information added by drupal.org packaging script on… |
encrypt_submissions.install |
encrypt_submissions.install |
|
|
encrypt_submissions.module |
encrypt_submissions.module |
|
|
README.txt |
README.txt |
|
; $Id$
=======================
Encrypt Submissions
(For Drupal 7)
=======================
Richard Peacock (richard@richardpeacock.com)
This module uses the jCryption plugin (http://www.jcryption.org) to encrypt any form
submission in Drupal using… |
README.txt |
jcryption/README.txt |
|
; $Id $
This directory is where you need to place the jCryption files.
You can download them from: http://www.jcryption.org/
At the time of this writing, jCryption version 1.2 was
download and used. Future versions will probably work fine… |