Skip to content

A shorthand command for encoding/decoding text to/from base 64.

License

Notifications You must be signed in to change notification settings

pawelkowalak/b64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

b64

A shorthand command for encoding/decoding text to/from base 64.

Usage

Encoding

$ b64 text
dGV4dA==

Decoding

$ b64 -d dGV4dA==
text

About

A shorthand command for encoding/decoding text to/from base 64.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages