Skip to content

amirzaim/rot13crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rot13crypt

A simple application that encrypt/decrypt ROT13 codes.

Can be compiled to all platforms. Pretty basic.

How to compile it?...

  1. For most platforms, simply open up the C++ compiler IDE, usually DevC++ or Code::Blocks and compile and run it. That's it!

  2. Also, you can use either g++/c++ or clang in Unix-based platforms to compile it:

    g++ rot13crypt.cpp -o rot13crypt

    chmod 700 rot13crypt

    ./rot13crypt

  3. Enjoy creating the ROT13 code...have fun!

About

A simple application that encrypt/decrypt ROT13 codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages