Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
10.53 KB
MD5: ca05fbc0cdf36d9700a68a82886ee934
SHA-1: d5eca34b3b94088e0b44c149a00520a9217f5040
SHA-256: 56476b5de9b1cf0afa19ad19b967d94976a22ff245d9302c464273d95723a1f4
Download zip
13.34 KB
MD5: f2f46c9c9b532c2660ed543c69259ba6
SHA-1: fc513ce9e75313c19d358a78ac69563735f37c71
SHA-256: 2a44d34b212a0b8be8903fc1799e922f7ae270a68698211b73c1588df03adf9b
Release notes
# Encrypted Login Module - Release Notes
## Security Enhancement
Implemented secure login credential transmission using RSA/AES hybrid encryption:
- Client-side encryption of login credentials
- RSA encryption for AES key transmission
- AES-256-CBC encryption for password data
- Secure decryption pipeline with robust error handling
- Zero plaintext password transmission over the network
This enhancement provides additional security for the login process by encrypting sensitive credentials before transmission, protecting against man-in-the-middle attacks and network sniffing.
Compatible with standard Drupal login forms.