Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joedf/base64.c
Base64 Library in C
https://github.com/joedf/base64.c
base64 c fast simple
Last synced: about 4 hours ago
JSON representation
Base64 Library in C
- Host: GitHub
- URL: https://github.com/joedf/base64.c
- Owner: joedf
- License: mit
- Created: 2014-09-21T16:53:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T17:20:26.000Z (about 2 years ago)
- Last Synced: 2023-05-12T16:05:17.357Z (over 1 year ago)
- Topics: base64, c, fast, simple
- Language: C
- Size: 44.9 KB
- Stars: 62
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base64.c
========Base64 Library in C
by Joe DF ([email protected])
Released under the MIT License
Thank you for inspiration:
http://www.codeproject.com/Tips/813146/Fast-base-functions-for-encode-decode## Usage
Simply include `base64.c` and `base64.h` in your project and see `base64.h` for instructions.