Skip to content

Pet project implementing a base64 encoder/decoder

Notifications You must be signed in to change notification settings

Leopard2A5/rbase64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rbase64

This is just a pet project implementing a base64 encoder/decoder.

Build it with cargo build.

The program encodes/decodes stdin and prints the result to stdout.

Usage examples:

printf 'Man' |rbase64 # yields TWFu
printf 'TWFu' |rbase64 -D # yields Man

About

Pet project implementing a base64 encoder/decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages