3.1.0
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
orAdministrator
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 menuFile -> Export
before removing the directory.
Full Changelog: 3.0.0...3.1.0