Skip to content

3.1.0

Compare
Choose a tag to compare
@baderouaich baderouaich released this 09 Jul 13:11
· 79 commits to main since this release

3.1.0

  • RSA Algorithm support for text and large files
  • Display algorithm used in encryption in My Encryptions Scene

Compiling & Installing

git clone https://github.com/baderouaich/Enigma
cd Enigma
mkdir build && cd build
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
make install -j$(nproc) # or -j%NUMBER_OF_PROCESSORS% on Windows
  • No sudo or Administrator privileges are needed for installation.
  • All Enigma files will be installed to /home/$(whoami)/Enigma/ (Linux) | C:\Program Files\Enigma\ (Windows)
  • To uninstall simply remove the installed Enigma/ directory. Please make sure you export your encryptions from menu File -> Exportbefore removing the directory.

Full Changelog: 3.0.0...3.1.0