Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 272 Bytes

File metadata and controls

15 lines (11 loc) · 272 Bytes

base64

Simple ANSI-C drop-in library for Base-64 encoding and decoding according to RFC 4648.

Supported encoding schemes:

  • MIME with padding
  • MIME without padding
  • URL safe

To run the example a C compiler is needed:

./runme.sh

Feel free to modify!