Skip to content

Enigma v1.3.0 for Windows & Linux (x64)

Compare
Choose a tag to compare
@baderouaich baderouaich released this 28 May 23:07
  • Fixed Clang compilation issue on Linux requires pic flag '-fPIC' for libraries (inih, curl, zlib, mbedlts)
  • Added CLI option --check-for-updates which checks for updates when using CLI
  • Upgraded imgui library from 1.79 to 1.81 (master branch)
  • Upgraded spdlog library from 1.8.0 to 1.8.2
  • Upgraded curl library from 7.74.0 to 7.75.0
  • Upgraded glfw library from 3.3.0 to 3.3.3
  • Added SQLite3 Database system to save, import and export encryption records
  • Now heavy work is being done in background (parallel)
  • Now Back button for each scene is placed in the top left instead of bottom to save space
  • New CLI Option --list or -l which lists all saved encryption records in a table
  • Ability to decrypt encryption record from database
  • Upgraded premake5 from 5.0.0-alpha15 to 5.0.0-alpha16
  • Switched Algorithms from CBC padding to Authentication encryption EAX (TripleDES-CBC to TripleDES-EAX, IDEA-CBC to IDEA-EAX, ChaCha20 to ChaCha20Poly1305)
  • Added Blowfish-EAX Algorithm
  • Changed logging format
  • Now buffer is always compressed by default before encrypting
  • Now algorithm is auto-detected by default when decrypting, which removes the "detect algorithm used for encryption button"