- Last Change:
- Clone URL:
ssh://anonymous@eburk.gothub.org:2249/baze64.git
- ECDSA:
SHA256:+8G/Cmnl/Se78PfC8/Aumjmkg6wQkPq3/HLtpMGk9Mg
- ED25519:
SHA256:M7nNXWPL7issS+0friWxnfLWAGKINNnhpll5ya6+joE
- RSA:
SHA256:kDHbPppFW4cpshA1S87hfVB25qb0dVZ/gAeCeSx9pgE
Commit Briefs
Branches
Tree
| .gitignore | commits | blame |
| LICENSE | commits | blame |
| README | commits | blame |
| build.zig | commits | blame |
| build.zig.zon | commits | blame |
| src/ | |
README
baze64
A base64 encoder & decoder in Zig
-- Usage --
# Print help
# Encoding
> baze64 "hello"
# Decoding with -D or -d
> baze64 -D "aGVsbG8="
# Print help
> baze64 -H
Usage: baze64 {-d/-D} {-h/-H} input
With no arguments, encodes input into a base64 string
Args:
-d -D: decodes a base64 string
-h -H: print this help
