encrypt.admin.inc |
includes/encrypt.admin.inc |
|
This file holds the functions for the encrypt Admin settings. |
encrypt.api.php |
encrypt.api.php |
|
Hooks provided by the encrypt suite of modules. |
encrypt.crypt.inc |
includes/encrypt.crypt.inc |
|
This file holds the ffunctions necessary to encrypt and decrypt |
encrypt.css |
encrypt.css |
|
Encrypt Main CSS |
encrypt.encrypt.inc |
includes/encrypt.encrypt.inc |
|
This file holds the hook implementation for the encrypt modules |
encrypt.info |
encrypt.info |
|
name = Encrypt
description = Provides an API for two-way encryption
core = 7.x
configure = admin/config/system/encrypt
files[] = encrypt.module
files[] = encrypt.test |
encrypt.install |
encrypt.install |
|
This file holds the functions for the installing
and enabling of the encrypt module. |
encrypt.module |
encrypt.module |
|
Main Encrypt Drupal File |
encrypt.test |
encrypt.test |
|
Tests for encrypt.module |
encrypt.theme.inc |
includes/encrypt.theme.inc |
|
This file holds the theme functions for encrypt module |
encrypt_test.info |
tests/encrypt_test.info |
|
name = Encryption Method Test
description = Module for testing encryption method plugins.
package = Testing
core = 7.x
version = VERSION
hidden = TRUE |
encrypt_test.module |
tests/encrypt_test.module |
|
Declares a bogus encryption method for testing purposes. |
README.txt |
README.txt |
|
Encrypt Description
====================================
(Two-way) Encryption Drupal module. Please see
the following page for more current information:
http://drupal.org/project/encrypt
Encrypt is an API module to provide (two-way)
encryption. It… |