https://github.com/collinsnji/base64encode
Implementation of Base64 encoding scheme in C++
https://github.com/collinsnji/base64encode
base64 base64-decoding base64-encoding
Last synced: 2 months ago
JSON representation
Implementation of Base64 encoding scheme in C++
- Host: GitHub
- URL: https://github.com/collinsnji/base64encode
- Owner: collinsnji
- License: mit
- Created: 2017-04-22T21:45:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T22:38:41.000Z (about 8 years ago)
- Last Synced: 2025-02-08T03:47:50.831Z (4 months ago)
- Topics: base64, base64-decoding, base64-encoding
- Language: C++
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base64Encode
[](https://travis-ci.org/collinsnji/Base64Encode)Implementation of Base64 encoding scheme in C++