Can I make an encryptor by using c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I make an encryptor by using c++?

I want to program an encryptor where the letters are substituted by different letter (i.e "a" is substituted by "s", "c" is substituted by "v" & so on..). I only have knowledge about c++ .Can I make the encryptor ?

12th Mar 2017, 9:55 AM
Amlan Saha Kundu
Amlan Saha Kundu - avatar
4 Answers
0
yes you can
12th Mar 2017, 10:03 AM
Ihor
0
how ??
12th Mar 2017, 10:36 AM
Amlan Saha Kundu
Amlan Saha Kundu - avatar
0
Here's a simple pair of codes for Encryption/Decryption in C++: >>https://code.sololearn.com/cbMSvwhCkZVV/?ref=app >>https://code.sololearn.com/cD28n2Urk9WJ/?ref=app If you're interested, please check out my python encryption/decryption program: >>https://code.sololearn.com/cGYCD5u06lwB/?ref=app >>https://code.sololearn.com/c35YB8jPl23H/?ref=app
8th May 2018, 11:57 PM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar
0
Bro understand what is encryption encryption is change some word on particular thinking . If u want a strong encryptor u need advance level of math and higher programming skill if u want encryptor for knowledge u can create like this https://code.sololearn.com/cSRsdUQ66V4M/?ref=app
11th Aug 2020, 5:29 PM
Noman
Noman - avatar