How to encrypt messages (Caesar cipher) - C Programming

preview_player
Показать описание
Going over a coding problem which requires us to encrypt text using a Caesar cipher, and solving it with the help of the C programming language.

Please Like & Subscribe if you found this interesting.
Looking forward to your comments below.

#cprogramming #cprogrammingtutorial #cprogrammingforbeginners #programming #coding #developer #howto #tutorial #cs #bogdanbudaca
Рекомендации по теме
Комментарии
Автор

If you enjoyed the video and what I am doing on this channel, consider buying me a warm cup of coffee ☕❤️

BogdanBudaca
Автор

Thanks for ur clear n straightforward approach, much easier to understand.

winnieip
Автор

Awesome video, please keep doing more videos like this one!!

lucasmatos
Автор

Excelent explanation! Very clear on your thoughts! It was very helpful!

LucasSilva-mgnt
Автор

I am so grateful!!! May lord bless you mr. Bogdan : )

abeermoeed
Автор

Muy buena tu forma de explicar, no entiendo como alguien tan genial tiene tan poco reconocimiento, te deseo éxitos y muchas gracias por la explicación :)

osmanyobregon
Автор

How to Implement Caesar cipher using programming language C, It should
include the functions for both encryption and decryption. Includes comments to explain
the important steps in the algorithm

vincentarasaratnam
Автор

please in this part
// check validity of the key
for (int i = 0; i < strlen(argv[1]); i++)
{
if (isdigit(argv[1][i]))
{
valid_key = true;
he gives
[Error] Initial 'for' loop declarations are only allowed in C99 or C11 mode

alibe
Автор

thanks sir i appreciate your efforts <3
i hope i can add you on facebook or linkedin

green-coder
Автор

Thanks a lot for this video, it was really helpful and learned a lot!
Just one thing I didn't really get, why do we have to subtract and add 65 and 97 when we are applying the formula? Could you please point to some more detailed explanation?

paulahoha
Автор

1 more : difference between
Return 0;
Return 1;
When to use which ? Thanks

winnieip
Автор

1 question : the purpose of
fgets(input, sizeof(input), stdin);
How this differs with get string ? Thanks

winnieip
Автор

How would I incorporate opening an existing file and writing the results to a new file before the offset?

emilym
Автор

I don't believe this works properly if the user inputs a negative integer for their key. Any suggestions?

jdavis
Автор

Why is it saying "called object type 'bool' is not a function or function pointer" for me?

saaraluthra
Автор

This wouldn't work if the key was -100, can someone explain why?

TheXpdf
Автор

‘Scuse me Mr. Bald friendly Guy, Hey There, can you do some simple, run of the mill, basic of the basic stuff, like what is a { and what program are you using, and btw why do you have that piercing?

andreidumitrascu
join shbcf.ru