How to take a word from a user and convert it to a encrypted word using c ++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to take a word from a user and convert it to a encrypted word using c ++

6th Mar 2018, 11:55 AM
muhamedetish
2 ответов
+ 8
Well, how much do you know regarding encryption techniques? The most basic one would be Caesar Cipher. https://en.m.wikipedia.org/wiki/Caesar_cipher You take user input as string, and add a constant value to each character in the string.
6th Mar 2018, 12:04 PM
Hatsy Rei
Hatsy Rei - avatar
- 2
Can you write the code please?
6th Mar 2018, 12:13 PM
muhamedetish