Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 375 Bytes

File metadata and controls

15 lines (14 loc) · 375 Bytes

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