Cipher in C++

hey guys! i wish to write a simple cipher decryption code, but since i am new to programming, i have no idea how to do it.
Any help would be appreciated!
Which cypher do you want to be using? There's tons out there- pick one that... well, seems easiest for you to start with.
what about Caesar cipher?
That's a perfect one to start with. For that, all you would need is to implement a single function. Have you read through the tutorial section on the web site?
closed account (1CfG1hU5)
do web search for idea cipher. idea.c and idea.h

this is also inside pgp (pretty good privacy) source code
Topic archived. No new replies allowed.