Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 Encoder/Decoder

A C++20 implementation of Base64 encoding and decoding with a clean API and comprehensive tests.

Build

mkdir build && cd build
cmake ..
cmake --build .

Usage

#include "encoder.h"
#include "decoder.h"

std::string encoded = encode("Hello, World!");
std::string decoded = decode(encoded);

Testing

./build/base64_tests

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages