You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 6 years ago | |
README.md | 4 years ago | |
b64f.c | 1 year ago | |
base64.c | 1 year ago | |
base64.h | 1 year ago | |
base64decode.c | 1 year ago | |
base64encode.c | 1 year ago | |
picture.png | 4 years ago |
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.