Shaun Olisagu
Followers: 0 Following: 0
Feeds
已回答
Caesarts Cipher encryption algorithm assistance
function coded = caesar(text, amount) new_text = double(text) text_shift = new_text + amount coded = char(mod(text_shift,(32...
Caesarts Cipher encryption algorithm assistance
function coded = caesar(text, amount) new_text = double(text) text_shift = new_text + amount coded = char(mod(text_shift,(32...
4 years 前 | 0