Skip to content

TonyWhite/Base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++ Source for Base64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published