Base64 Encoder

About this project
This is a simple base64 decoder and encoder than can convert any strings to base64 and vice versa. It is a simple project that I did because I wanted to understand how base64 works. And the best way to understand is to build it.
I build this project in C, and learned how to build a minimalistic software that we can use in the termianl with multiple parameters. I also learned how to create a Makefile to compile the project easily.
Technologies
- C
- Makefile
Key Features
- Convert string to base64
- Convert base64 to string
- CLI with multiple parameters
- Makefile to compile the project