Notepad++ Base64 Decode

In this article I will show you how to Base64 decode data using Notepad++. We see Base64 heavily used on the internet as a means of transferring data. We also might see it used to obfuscate data, but PLEASE do not use this as a “secure encryption”. As we will see in this article it … Read more

URL Decode using Notepad++

Description: This guide will show you how to url decode a full or portion part of text using Notepad++ tool. This is also know as Percent Encoding and is used when we have non ASCII characters that need to be sent over the internet inside a url. Sometime we may want to add data to … Read more