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

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b64

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

Installation

To install b64, you need to have Go installed on your machine. If you don't have Go installed, you can download it from the official website. Once you have Go installed, you can install b64 by running the following command:

go install github.com/pawelkowalak/b64@latest

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

Packages

No packages published

Languages