Base64 Encoder/Decoder

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Base64 Encoder/Decoder

#1 Post by guinness »

Tested: Portable
Base64 Encoder/Decoder v0.X.X is a tool that allows you to encode/decode in base64.
Download: http://www.gatorbytesmedia.com/software ... coder.html

User avatar
Craunch
Posts: 54
Joined: Tue Jul 03, 2012 5:27 am
Location: UK

Re: Base64 Encoder/Decoder

#2 Post by Craunch »

If you follow the download link in the previous post you are informed that the domain registration for gatorbytesmedia.com has expired.

NickR
Posts: 105
Joined: Thu Aug 26, 2010 6:37 am

Re: Base64 Encoder/Decoder

#3 Post by NickR »

FWIW

Tip:
If you just need to decode the odd dodgy email that contains Base64 mush
(eg from Blackberries)

Notepad++ has a tool to decode it (called TextFX )

Paste in the b64 text, select it,
TextFX > TextFX Tools > Base64 Decode

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: Base64 Encoder/Decoder

#4 Post by SYSTEM »

NickR wrote:FWIW

Tip:
If you just need to decode the odd dodgy email that contains Base64 mush
(eg from Blackberries)

Notepad++ has a tool to decode it (called TextFX )

Paste in the b64 text, select it,
TextFX > TextFX Tools > Base64 Decode
TextFX is unmaintained. See http://sourceforge.net/apps/mediawiki/n ... 27s_Future.

The MIME Tools plugin bundled with Notepad++ supports Base64 encoding and decoding as well. Plugins -> MIME Tools -> Base64 Decode.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
Craunch
Posts: 54
Joined: Tue Jul 03, 2012 5:27 am
Location: UK

Re: Base64 Encoder/Decoder

#5 Post by Craunch »

Thanks for that tip. That is exactly why I needed to decode base64.

I had received a mail on my hotmail account saying that due to unexpected activity I had to validate my hotmail account details. Suspiciously, the hotmail system itself had disabled a link in the email for my safety. The raw header looked legitimate, so I wanted to see what the disabled link was originally. The body of the email was completely encoded base64. As I didn't think that I could find a tool fairly easily to decode it, I reported it as a phishing attempt, but my curiosity had to be left unsatisfied.

Now I know that I cane use Notepad++ which I already have on my system.

Post Reply