V1.2.0
馃摝 CHANGELOG - v1.2.0
馃殌 What's New
馃敀 Secure CheckJC Credentials Storage
-
Encryption of CheckJC Passwords:
- Now user CheckJC passwords are stored encrypted in the database instead of plain text.
- Encryption uses AES-based symmetric encryption (
cryptography.fernet) with a secureENCRYPTION_KEYloaded from environment variables. - Passwords are decrypted only at runtime when needed for automated login operations.
-
New
.envvariable required:ENCRYPTION_KEY=your-generated-fernet-key