Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheaderthecoder/base64
base64 to text Converter and vice versa
https://github.com/cheaderthecoder/base64
base64 base64-decoding base64-encoding base64decoder base64encoder converter converter-app decoding encoding
Last synced: about 1 month ago
JSON representation
base64 to text Converter and vice versa
- Host: GitHub
- URL: https://github.com/cheaderthecoder/base64
- Owner: cheaderthecoder
- License: mit
- Created: 2024-04-28T09:53:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:50:04.000Z (about 2 months ago)
- Last Synced: 2024-10-31T18:31:08.266Z (about 2 months ago)
- Topics: base64, base64-decoding, base64-encoding, base64decoder, base64encoder, converter, converter-app, decoding, encoding
- Language: HTML
- Homepage: https://cheaderthecoder.github.io/base64/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://opensource.org/license/mit). See the [LICENSE](https://github.com/cheaderthecoder/base64/blob/main/LICENSE) file for more details.