A shorthand command for encoding/decoding text to/from base 64.
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
$ b64 text
dGV4dA==
$ b64 -d dGV4dA==
text