Skip to content

Jacob-C-Smith/base64

Repository files navigation

base64

base64

Dependencies:
sync log

base64 encoding and decoding

0 Try it

1 Download

2 Build

3 Example

3.1 Example output

4 Definitions

4.1 Type definitions

4.2 Function definitions

Try it

Open in GitHub Codespaces

Wait for a few moments, then click the play button on the bottom of the window. This will run the example program.

Download

To download base64, execute the following command

$ git clone https://github.com/Jacob-C-Smith/base64

Build

To build on UNIX like machines, execute the following commands in the same directory

$ cd base64
$ cmake .
$ make

This will build the example program, the tester program, and dynamic / shared libraries

To build base64 for Windows machines, open the base directory in Visual Studio, and build your desired target(s)

Example

To run the example program, execute this command

$ ./base64_example

Example output

TODO

Source

Definitions

Type definitions

TODO

Function definitions

TODO

Written by Jacob Smith, 2023

About

Base 64 encoding and decoding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published