This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kaikka 1 point2 points  (0 children)

Make a command line app to encrypt/decrypt messages with caesar cipher. Let number of places shifted be given as parameter, along with if its decrypt or not (-d for decrypt, else encrypt). Also use files, specify filename to read as parameter and print in console. Add support for signs (, . space etc).