Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hashlag/base_codec

GTK3 Base32 Encoder/Decoder
https://github.com/hashlag/base_codec

base32 gtk gtk3

Last synced: 25 days ago
JSON representation

GTK3 Base32 Encoder/Decoder

Awesome Lists containing this project

README

        

## GUI Base32 Encoder/Decoder

Simple C++ Gtk3 application capable of encoding and decoding files with [Base32](https://www.rfc-editor.org/rfc/rfc4648.html#page-8). Provides convenient GUI and Windows Explorer Context Menu integration.

This project includes custom implementations of Base32 encoding and decoding algorithms covered with UT via [the GoogleTest Framework](https://github.com/google/googletest).

Prebuilt Nullsoft Install System installer for Win64 is available in [Releases](https://github.com/hashlag/base_codec/releases/).

Nullsoft Install System script is also included and can be found inside `nsis/` subdirectory.

![screenshot 0](demo/scr0.png)

![screenshot 1](demo/scr1.png)

![screenshot 2](demo/scr2.png)

![screenshot 3](demo/scr3.png)