Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of cram module. CRAM implements the CRAM-MD5 algorithm as a Drupal Authentication method, allowing users to login to non-SSL secured sites without fear of their password being sent plaintext over the wire.
| 1 | To install the CRAM module: |
| 2 | |
| 3 | 1. Untar the file in your sites/all/modules directory. |
| 4 | 2. Get the MD5 javascript library available at |
| 5 | http://pajhome.org.uk/crypt/md5/md5.js and put it in the same directory as |
| 6 | cram.module. |
| 7 | 3. Activate the module within Drupal at www.mysite.com/?q=admin/build/modules . |
| 8 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |