I need to decrypt a text but I do not know how.

2 views (last 30 days)
This is the text 'Jmkyvih$mx$syx$}ixC'. I should do it using for.

Accepted Answer

David Hill
David Hill on 2 May 2022
x= 'Jmkyvih$mx$syx$}ixC';
char(x-4)
  2 Comments
Mark
Mark on 2 May 2022
Thanks mate. How did you realize that you had to decrease 4 units?
David Hill
David Hill on 2 May 2022
You can bute force it, or the $'s stand out as possible spaces which I recognized as a possibility immediately.

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!