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 ?
4 ответов
0
yes you can
0
how ??
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
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