Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 448 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 448 Bytes

Base64

C++ Source for Base64.

Encoder Features

  • Standard
    • symbols + and /
    • optional padding =
  • URL safe
    • symbols - and _
    • optional padding =

Dev Features

  • Simple to use
  • Simple to Compile
  • Only C++ standards
  • CPU & RAM Optimized
  • Compatible with all versions of C++

Fast start

Download examples folder and play around.

API

The API folder contains the documentation.