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...
5년 초과 전 | 0
