An open API service indexing awesome lists of open source software.

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.

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.