Can this be decrypted using a simple ASCII conversion?

  • Thread starter Thread starter Tech2025
  • Start date Start date
  • Tags Tags
    Encryption Random
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Tech2025
Messages
47
Reaction score
7
Hi, I am trying to decrypt something in a .txt file as a challenge from a friend, the file contains:

pÿd“ÙÃÊÌßéh'rv‹"^÷ù O˜w؉D•ÍúúYíY’ ∞¶iÀªÆzI¥r=«Å∑F¸¡„;≥ûü¸ã7∂.ˆ– ã<¿µD~’ÅsG›îwA_4Gå#›¥’6ª˝_ÎaÍÑjù]ÚU3Y{äF-Ê#i 33(›öR `?™|¸ ®flîè+zÂ√œ/fiãìR˛˙˚∂ZëìÆºΩÒ†»˘∂®∑‘¬z vóR◊r∂Øûp)E ·°vÅQ’»<Ø^ÃH‘xïÄ=∂Ë\⁄oYh◊¥h$f)

I think it is Pseudo Random encryption? Can someone give hints on how to decrypt this?
 
Physics news on Phys.org
No I don't. People try the tricks of the trade to solve these things. One thing is that the message must be long enough relative to the encoding scheme.

If you have access to Linux or MacOSX or an editor that can display HEX you could use that to look at the digital representation.
 
  • Like
Likes   Reactions: Tech2025
jedishrfu said:
One thing is that the message must be long enough relative to the encoding scheme.

That's very true, and that text is very short. My guess is that it is a trivial trick, much simpler than pseudo random encryption.

For example, the text looks like the 16 bit UNICODE, what happens if you display the same binary sequence as 8 bit ASCII?
 
  • Like
Likes   Reactions: jedishrfu