Skip to content

DaveFriedman/base64direct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 Direct

Base64 Direct is a utility that decodes base64 text to ASCII text.
If the base64 text is encoded more than once, it will keep trying, up to 9 times.

The Show! button displays the step-by-step results of the decoding.
The Go! button sends your browser directly to the decoded text.

If you know your base64 text is a valid URL, put the base64 text after this site's url to go directly to the base64 URL.
For example:
https://www.google.com in base64 is aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbQ.
Paste the base64 after this site's url to go to https://www.google.com.
Like so: https://davefriedman.github.io/base64direct/aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbQ

About

A site that decodes base64 text to ASCII text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published