Answered
caesar cyphor encryption problem .
function coded = caesar(str,n) num1 = double(str); %Converting string to double to make the defined shifts for i = 1 : len...

6 years ago | 0

Answered
Basic Shift Cipher Decryption Algorithm HELP!
function coded = caesar(str,n) num1 = double(str); %Converting string to double to make the defined shifts for i = 1 : l...

6 years ago | 0