Skip to content

cheaderthecoder/base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base64 to Text Converter

A simple web application that allows users to easily convert Base64-encoded strings to plain text, and vice versa. The app features a user-friendly interface to perform the conversions quickly and efficiently, and provides an intuitive experience for non-developers and developers alike.

Example

Text to Base64 Example:

Input Text: Hello, World! Encoded Base64: SGVsbG8sIFdvcmxkIQ==

Base64 to Text Example:

Input Base64: SGVsbG8sIFdvcmxkIQ== Decoded Text: Hello, World!

License

This project is licensed under the MIT License. See the LICENSE file for more details.