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

2 visualizaciones (últimos 30 días)
Mark
Mark el 2 de Mayo de 2022
Comentada: David Hill el 2 de Mayo de 2022
This is the text 'Jmkyvih$mx$syx$}ixC'. I should do it using for.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by