8000 GitHub - luckyzhylu/base64: Base64 implementation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luckyzhylu/base64

 
 

Folders and files

Name< 8000 span class="text-bold">Name
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64

Implementation of the Base64 encoding and decoding in C.

Installation

git clone https://github.com/ivartj/base64
cd base64
autoreconf --install
./configure
make all install clean

Usage

base64 [ -o <output-file> ] [ -r | --reverse ] [ <input-file> ]

Be aware that the last newline in the input is also encoded, so if you may want to use the Unix echo command with the -n option to suppress the usual last newline.

About

Base64 implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%
0