Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hashlag/base_codec
- Owner: hashlag
- Created: 2024-07-05T00:35:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T17:44:28.000Z (4 months ago)
- Last Synced: 2024-10-04T21:59:43.411Z (about 1 month ago)
- Topics: base32, gtk, gtk3
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)