https://github.com/cestmerneil/base64_decoder_encoder
A simple yet powerful Base64 encoder and decoder application for macOS, built with SwiftUI.
https://github.com/cestmerneil/base64_decoder_encoder
Last synced: 10 months ago
JSON representation
A simple yet powerful Base64 encoder and decoder application for macOS, built with SwiftUI.
- Host: GitHub
- URL: https://github.com/cestmerneil/base64_decoder_encoder
- Owner: CestMerNeil
- License: mit
- Created: 2025-07-08T07:47:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T08:33:29.000Z (12 months ago)
- Last Synced: 2025-07-08T08:44:58.543Z (12 months ago)
- Language: Swift
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base64 Encoder & Decoder
A simple yet powerful Base64 encoder and decoder application for macOS, built with SwiftUI.
## Features
- Encode text to Base64
- Decode Base64 to text
- Clean and modern macOS native interface
- Real-time encoding/decoding
## Requirements
- macOS 11.0 or later
- Xcode 12.0 or later
## Installation
1. Clone this repository
2. Open the project in Xcode
3. Build and run the application
## Usage
1. Launch the application
2. Enter your text in the input field
3. The encoded/decoded result will be shown automatically
## License
This project is licensed under the MIT License - see the LICENSE file for details.