Skip to content

shans96/base64lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base64Lib

A library for base64 encoding.

  • Supports encoding files and strings by taking const char
  • Written for ease of understanding the Base64 algorithm
  • Unit tested

Requirements

  • Catch2 is required for running the unit tests.

Resources

Explanation of the Base64 algorithm: Page 21 of RFC1521

About

A library for base64 encoding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages