constant ENCRYPT_SECURE_KEY_FILE in Encrypt 6
Same name and namespace in other branches
- 7 encrypt.module \ENCRYPT_SECURE_KEY_FILE
Encrypt secure key filename
3 uses of ENCRYPT_SECURE_KEY_FILE
- encrypt_admin_settings_submit_handler in includes/
encrypt.admin.inc - Submit form function for encrypt_admin_settings(). Creates key file if new none exist in the path settings
- encrypt_get_key in includes/
encrypt.crypt.inc - Get Key
- encrypt_requirements in ./
encrypt.install - Implementation of hook_requirements().
File
- ./
encrypt.module, line 50 - Main Encrypt Drupal File
Code
define('ENCRYPT_SECURE_KEY_FILE', 'encrypt_key.key');