pengng / base64

The base64 encoding implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base64

The base64 encoding implementation.

Usage

  • encode
cat file | base64
  • decode
cat file | bash64 -d

Build

make

About

The base64 encoding implementation


Languages

Language:C 97.3%Language:Makefile 2.7%