Cpp Base64 Versions Save

base64 encoding and decoding with c++

V2.rc.08

3 years ago

As per RFC 2045, data to be decoded does not need to be padded with equal signs to make the size of the input data a multiple of 4 bytes. Such data caused a buffer overrun in releases prior to TV2.rc.08.

V2.rc.07

3 years ago

Merged improvements (mostly by Pablo Martin-Gomez)

V2.rc.04

4 years ago

Fixing implicit cast warnings (to/from size_t).

v2.rc.03

4 years ago