My first C++ Application

Fri, Aug 20, 2010 One-minute read

I finally finished my first C++ console application. (Except hello world) I made it using Eclipse IDE.

It’s an encryption program which let’s you encrypt or decrypt text using the simple caesar cypher.

You can get the source code here: cryptCC.cpp.tar

Here is the executable for Linux: cryptCC.tar

Use at your own risk!

At the moment, I’m thinking about adding features like encrypting a whole .txt file, or something like that.

My next aim is to write an encryption program with a more complex method, such as AES or Twofish. I want to finish it not later than the end of September.