Skip to content

A small C++ program that implements Base64 encoding

Notifications You must be signed in to change notification settings

StellarClown/B64_PlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

B64_PlusPlus

A small C++ program that implements Base64 encoding

Instructions for Use

  • Compile the program with the following command:
    mkdir build
    cd build/
    cmake ..
    cmake --build . --config Release
  • Run the program as follows:
    .\build\Release\B64_PlusPlus.exe "YOUR_TEXT_HERE" -e

Releases

No releases published

Packages

No packages published