Go to file
Joe DF 0eceb10024 Usage examples and info 2018-07-12 10:09:50 -04:00
.gitignore add '*.tmp' to gitignore 2015-06-12 00:35:09 -04:00
BuildRun.bat Usage examples and info 2018-07-12 10:09:50 -04:00
LICENSE Create LICENSE 2016-10-18 00:38:45 -04:00
README.md Usage examples and info 2018-07-12 10:09:50 -04:00
b64f.c Usage examples and info 2018-07-12 10:09:50 -04:00
base64.c Issue #1 - Prevent potential segfault or "out of bounds" 2018-02-08 09:38:50 -05:00
base64.h Updated test.c and b64_decodef() works 2015-06-12 01:28:32 -04:00
picture.png Usage examples and info 2018-07-12 10:09:50 -04:00
test.c Updated test.c and b64_decodef() works 2015-06-12 01:28:32 -04:00

README.md

base64.c

Base64 Library in C

by Joe DF (joedf@ahkscript.org)
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.