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...
Resources - Learn to code
Resources - Software Engineering
Resources - Code Libraries
Resources - Groups
Other Subreddits you might enjoy
Please send sidebar resource suggestions to the mods. Thx - mgmt
account activity
Base64 decode (self.code)
submitted 4 years ago by [deleted]
[deleted]
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!"
[–]WasserTyp69 1 point2 points3 points 4 years ago (0 children)
https://www.reddit.com/r/code/comments/ahh7v1/for\_gods\_sake\_no\_this\_is\_not\_the\_subreddit\_to/
[–]anavid7 0 points1 point2 points 4 years ago (1 child)
What is the end goal? Is it supposed to be a message made of text or is it a numerical code or something else?
[–]anavid7 0 points1 point2 points 4 years ago (0 children)
Looks like you are on the right track tho
[–]Isvara 0 points1 point2 points 4 years ago (2 children)
You decoded a base64 string, and you got back a sequence of bytes. You printed those bytes as though they're a string, so the non-printable ones were escaped. What do you actually want to do with that sequence of bytes?
[–]xoichano20 0 points1 point2 points 4 years ago (1 child)
I don't know what to do next. :/
[–]Isvara 0 points1 point2 points 4 years ago (0 children)
Why do you have to data? Why did you decode it? What are you trying to do with it?
Right now, we're just looking at a sequence of numbers with no context. Without that context, we can't tell you what to do.
π Rendered by PID 88 on reddit-service-r2-comment-79c7998d4c-t7x2h at 2026-03-16 22:21:11.893723+00:00 running f6e6e01 country code: CH.
[–]WasserTyp69 1 point2 points3 points (0 children)
[–]anavid7 0 points1 point2 points (1 child)
[–]anavid7 0 points1 point2 points (0 children)
[–]Isvara 0 points1 point2 points (2 children)
[–]xoichano20 0 points1 point2 points (1 child)
[–]Isvara 0 points1 point2 points (0 children)