RE: C++ Tutorial: Caesar cipher | encryption and decryption (Very easy)

You are viewing a single comment's thread from:

C++ Tutorial: Caesar cipher | encryption and decryption (Very easy)

in programming •  7 years ago 

Yay. Caesar Cipher, one of most basic shift ciphers. Unfortunately this cipher is very, very weak especially for longer texts, because you can easily deduce which letter has the place of another.

Still - I like your post and fact that you implemented that in C++. Cheers!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Great that you like it :)