NibbleAndAHalf

May 18, 2025 ยท View on GitHub

"Nibble And A Half" is an ANSI C library that provides fast base64 encoding and decoding.

Wed Apr 17 2013 6:13p

  • All test related functions moved to testbase64.h. To use, only need #include "base64.h": https://github.com/superwills/NibbleAndAHalf/blob/master/NibbleAndAHalf/base64.h

Mon Jan 31 2022 10:50p

  • Article by Christian Reitter used to fix problems in unbase64. Thanks Christian!