This is a simple encryption tool written in C.
Built with GCC.
Be sure you have gcc installed
sudo apt-get install gcc- Compile using GCC
gcc main.c -o hexcrypt- Run
./hexcrypt- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Taylor Daniska - taylor@daniskaengineering.com