unb64 is a simple, clean SwiftUI utility for macOS (and iOS-compatible) that lets you convert Base64-encoded text to plain text — and vice versa — in real time.
- 🔀 Bi-directional conversion:
- Left: Decode Base64 to plain text.
- Right: Encode plain text to Base64.
- ⚡ Instant: Updates as you type — no “Convert” button needed.
- 🗑️ Clear buttons: Quickly reset input fields.
- 📋 Copy buttons: Copy decoded or encoded output with one click.
- ✅ Confirmation: Small “Copied!” message confirms success.
- 🖥️ Built in SwiftUI — lightweight, modern, local-first.
- Open the project in Xcode.
- Make sure you select "My Mac" as the build target (or your iOS device if you want to test there).
- Click Run
▶️ .
- After building, an executable
unb64.appis generated in the/binfolder. - You can run the app directly by opening
/bin/unb64.appin Finder.
ContentView.swift— main SwiftUI interface.InputEditor— reusable view for input text boxes with placeholders and clear buttons.OutputEditor— reusable view for output display with copy buttons and confirmation messages.CHANGELOG.md— all version updates.README.md— you’re reading it!
See CHANGELOG.md for full version notes.
This is a personal or demo tool — use it freely!
Add a license section here if you want to specify usage rights.
Built with ❤️ by teezyyoxo
Happy decoding! 🔑✨
