Skip to content

V1.2.0

Choose a tag to compare

@Gonzalez8 Gonzalez8 released this 28 Apr 22:01
· 82 commits to main since this release

馃摝 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 secure ENCRYPTION_KEY loaded from environment variables.
    • Passwords are decrypted only at runtime when needed for automated login operations.
  • New .env variable required:

    ENCRYPTION_KEY=your-generated-fernet-key