Community Profile

photo

Aman Gupta


Active since 2019

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
Basic Shift Cipher Decryption Algorithm HELP!
function coded = caesar(x,n) a = double(x); a = a+n; for i = 1:length(a) while (a(i)>126 || a(i)<32) if a...

nästan 5 år ago | 1