photo

Shaun Olisagu


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0