nXORE - is a simple CUI based encryptor program that uses XOR cipher encryption method.
What you need to compile this program is Boost
and nCurse
library.
Follow these steps to compile the program.
1. Go to inside the nXORE folder
2. mkdir bin
3. cd bin
4. cmake ..
5. make
6. ./nXORE
Or you could also use cmake-gui.
- Open the program, it's better to run it with sudo command
sudo ./nXORE
. - After that, you need to login. The default password is
root
, you may change it later in the setting. - Set key first before to encrypt in the SELECT KEY option.
- Select the file in SELECT FILES option. Press right key to select and spacebar if you done.
- Finally, choose ENCRYPT/DECRYPT option to encrypt or decrypt it depending the files.
- For now, it only could select multiple files in the same folder.
- The encrypted/decrypted result will be placed same as the original files path.
- Using simple setting storage.
See CHANGELOG.md for more.
- Code::Blocks - My favorite C/C++ IDE
- nCurse - For the console graphic
- Boost - For file management
Ivan Ongko Sampurna(Cathean) - ivanshadow19@gmail.com
See LICENSE.md for more.