Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 229 Bytes

Base64

This is a base64 encoder and decoder written in C.

Usage

  • make
  • ./base64 -h
usage: base64 <-h|-e|-d|file>
  -h    display help information
  -e    encode input
  -d    decode input
  file  encode file