Go to file
Fulton Browne a97878bf45 almost... 2021-05-16 19:21:23 +00:00
.gitignore update to b64f tool, added textmode, needs fixing types to work... 2019-03-07 17:01:24 -05: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 added plan9 encode 2021-05-15 21:16:20 +00:00
base64.c almost... 2021-05-16 19:21:23 +00:00
base64.h almost... 2021-05-16 19:21:23 +00:00
base64decode.c almost... 2021-05-16 19:21:23 +00:00
base64encode.c stuff 2021-05-16 02:58:22 +00:00
picture.png Usage examples and info 2018-07-12 10:09:50 -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.