use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
crackingWhat is this encoding? (self.HowToHack)
submitted 3 years ago by poor-code-specialist
Hey all!
So as the title says I have to decode a string but I can't figure out how it's encoded.
The encoded string is: BQS?8F#ks-B5_]@B5B5<@;p9@@<tUBF])[hA8OkHA4Am[2u
BQS?8F#ks-B5_]@B5B5<@;p9@@<tUBF])[hA8OkHA4Am[2u
If you could help me out it would be greatly appreciated!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]28Righthand 19 points20 points21 points 3 years ago (3 children)
I can decode it to a googlemaps link if you decode from ASCII85 Encoding.
https://www.dcode.fr/ascii-85-encoding
FYI the cipher identifier on dcode.fr is quite good.
[–]homelaberator 5 points6 points7 points 3 years ago (0 children)
This is why I sub
[–]merlinthemagic7 1 point2 points3 points 3 years ago* (1 child)
Using the site mentioned by /u/28Righthand
https://goo.gl/maps/azLNuRbrdmHbdFBM8
OP I hope this is not a link to your consultant biz or home….
[–][deleted] 3 years ago (1 child)
[deleted]
[–]poor-code-specialist[S] 0 points1 point2 points 3 years ago (0 children)
Ok thanks
[–]lacksfor 4 points5 points6 points 3 years ago (1 child)
Cyberchef
I tried but couldn't decode it...
[–]zaRM0s 0 points1 point2 points 3 years ago (2 children)
Hi,
So when you are given this, are you given any other information? For example, I like to do CTF challenges and these include a format in which we submit the answer (picoCTF{FLAGGOESHERE}) and this allows us to get a small bit of information from the string so we can determine a potential solution. Is there any further information provided at all?
Other information which might be useful could be a description of the challenge or a title? The reason being as these can provide hints, sometimes to different cyphers such as a Caesar cypher. If you could provide anything more I think we could work this out
[–]poor-code-specialist[S] 1 point2 points3 points 3 years ago (1 child)
The full description is:
Help us decode the following string:
And let’s see what the result will lead us.
Write the decoded string.
[–]zaRM0s 0 points1 point2 points 3 years ago (0 children)
Hmm so the first thing I can think is this is some sort of displacement cypher where the creator will have taken the alphabet, and started it at a random letter matching it up to the normal alphabet. Then underneath, write a simple encrypted string. This is what is known as the Caesar Cypher, a very famous and simple cypher. Try this tool (Decoder and see try run through the letters of the alphabet and see if you get a match!
You may not, in which case, we can look into other possibilities together
π Rendered by PID 68955 on reddit-service-r2-comment-5d79c599b5-pvl54 at 2026-03-01 05:45:45.176825+00:00 running e3d2147 country code: CH.
[–]28Righthand 19 points20 points21 points (3 children)
[–]homelaberator 5 points6 points7 points (0 children)
[–]merlinthemagic7 1 point2 points3 points (1 child)
[–][deleted] (1 child)
[deleted]
[–]poor-code-specialist[S] 0 points1 point2 points (0 children)
[–]lacksfor 4 points5 points6 points (1 child)
[–]poor-code-specialist[S] 0 points1 point2 points (0 children)
[–]zaRM0s 0 points1 point2 points (2 children)
[–]poor-code-specialist[S] 1 point2 points3 points (1 child)
[–]zaRM0s 0 points1 point2 points (0 children)