CHANGELOG.txt |
CHANGELOG.txt |
|
; $Id$
===================
Changelog for Encrypt Submissions
For Drupal 6.x
===================
2-26-2012
Changes were made to prevent Drupal's caching system from caching
the URL used to acquire keys, as per… |
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 |
|
; $Id$ ;
name = Encrypt Submissions
description = Encrypt form submissions using the jCryption library.
core = 6.x |
encrypt_submissions.install |
encrypt_submissions.install |
|
|
encrypt_submissions.module |
encrypt_submissions.module |
|
|
README.txt |
README.txt |
|
; $Id$
=======================
Encrypt Submissions
(For Drupal 6)
=======================
Richard Peacock (richard@richardpeacock.com)
NOTE: Initial backport to D6 (from D7) was done by user k8n (http://drupal.org/user/243127)
This module uses the… |
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… |