Go to file
Joe DF 3c1cb8d882 Update .gitignore 2019-02-25 15:39:30 -05:00
.gitignore Update .gitignore 2019-02-25 15:39:30 -05:00
BuildRun.bat mkdir error in build script 2018-07-12 13:57:12 -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 rm unneeded includes 2018-07-12 13:51:04 -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
buildrun.sh Linux shell build script added 2018-11-26 21:28:48 +02: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.