Auth Encrypt
This module enhances authentication security by encrypting sensitive user data like passwords and usernames on the client-side before they are sent to the server. It uses unique encryption keys for each form and session, automatically decrypting the data on the server. It also logs security-related events for auditing purposes.
Adds AES-256 client-side encryption to authentication forms (login, registration, user edit) with automatic server-side decryption. Uses per-form session keys for enhanced security and includes detailed logging for security auditing.
Features
- Zero configuration - works out of the box
- Encrypts passwords and usernames before transmission
- Per-form, per-session encryption keys with server validation
- Security event logging (key mismatches, decryption failures)
- Supports CDN or local CryptoJS installation
- Compatible with standard Drupal forms
Requirements
- PHP OpenSSL extension
- CryptoJS library (auto-loaded from CDN or place in
/libraries/crypto-js)
Installation
- Install module as usual
- Module automatically attaches to login, registration, and user edit forms
- Optional: Place CryptoJS in
/libraries/crypto-jsto avoid CDN dependency
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta2 | Pre-release | 10–11 | minor cleanup and bugfixes. | Sep 25, 2025 | |
| 1.0.0-beta1 | Pre-release | 10–11 | minor cleanup, bugfixes , new features . | Sep 25, 2025 | |
| 1.0.0-alpha1 | Pre-release | 10–11 | First Release | Feb 3, 2025 |