Cryptography/Caesar Cipher Encryption/ Matlab Implementation with in 3 Min

preview_player
Показать описание
Networks security is one of the most important aspects nowadays especially with a massive number of multimedia devices world wide. Hence the cryptography subject have a lot of attention and gained a huge interest among the researchers.
This video show a simple way for writing a Matlab script to implement the encryption process of the Caesar cipher. Caesar cipher is simple cryptography technique invented before many years ago, it is based on letter shifting principle according to predefined shifting key.

Music Resource:

Matlab version 2018b

Facebook Account:
Рекомендации по теме
Комментарии
Автор

im only able to get one letter at a time even if the code is the exact same

Killermouse
Автор

Hi! could you explain the following lines, please?
1. c(i)=int16(p(i))-97+3;
2. c=mod(c, 26)+65

andradapetrescu
welcome to shbcf.ru