![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18923899_1594035198045_DEF.jpg)
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