How can I make a program of encrypt and decrypt using c++?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I make a program of encrypt and decrypt using c++??

Can you help me? :)

21st Nov 2018, 6:54 PM
beginner gal 💆🏻
beginner gal 💆🏻 - avatar
1 Answer
+ 1
To make a program that encrypts a message you can: 1) Use a "key" (from 10 to 15 let's say) and use it in the next steps. 2) Every letter should have a number. 3) Add that key to the numbers of your letters or numbers. 4) Print the letter coresponding to that number.
21st Nov 2018, 7:55 PM
Stefan Secrieru
Stefan Secrieru - avatar