imsamroy / ascii-cipher-decipher

Cipher a message in ASCII and then decipher it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII Cipher Decipher

GitHub license GitHub issues GitHub stars GitHub forks

Cipher a message in ASCII and then decipher it

This is just a simple C++ project I made as a hobby.

Running the project on GNU/Linux distributions

GitHub release

NOTE: Before running the executables, right click the files and go to properties then permissions and make sure that they are allowed to run as programs

Running the project on Windows

GitHub release

NOTE: If you get a message like: "Windows Protected your PC" then ignore it and click "More info" then click the Run anyway option (Any exe not recognised by the Microsoft database gets that message even if it is not suspicious, you can search about it online if you want to)

About

Cipher a message in ASCII and then decipher it

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%