Base64 encoder and decoder reading their input line by line.
Find a file
2025-12-01 00:52:14 +01:00
src Makefile rules + fix some integer comparisons between different sizes. 2025-12-01 00:52:14 +01:00
.gitignore Base64 encode and decode, line by line. 2025-11-30 14:47:01 +01:00
makefile Makefile rules + fix some integer comparisons between different sizes. 2025-12-01 00:52:14 +01:00
README.md Base64 encode and decode, line by line. 2025-11-30 14:47:01 +01:00

Base64 line-by-line

These applications encode and decode strins in Base64 by reading their inputs line by line.

Advantages:

  • Ultra fast, not even a single memory allocation is performed
  • Readable source code, it's just a function call and a loop over input