https://github.com/katahiromz/base64
Base64 encoding/decoding library
https://github.com/katahiromz/base64
base64 cxx decoder decoding encoder encoder-decoder encoding header-only
Last synced: over 1 year ago
JSON representation
Base64 encoding/decoding library
- Host: GitHub
- URL: https://github.com/katahiromz/base64
- Owner: katahiromz
- License: zlib
- Created: 2019-02-04T06:45:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T08:35:38.000Z (over 7 years ago)
- Last Synced: 2025-01-12T22:32:46.576Z (over 1 year ago)
- Topics: base64, cxx, decoder, decoding, encoder, encoder-decoder, encoding, header-only
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# base64
[](https://travis-ci.org/katahiromz/base64)
[](https://ci.appveyor.com/project/katahiromz/base64)
This is a base64 encoding/decoding library for C++.
Based on René Nyffenegger's cpp-base64, but this project includes many improvements.
René Nyffenegger's cpp-base64
https://github.com/ReneNyffenegger/cpp-base64