build for windows
keep up with zig
WIP encrypt files
Another implementation of the age encryption tool.
zage is not well-tested or mature, you probably don't want to use it.
I wanted to learn how it works, and I thought a small implementation could be useful for Wasm/web.
zage
+ zage-keygen
is 69 KiB currently (static, linux amd64),
and the Wasm library is 15 KiB gzipped over HTTP.
zage-keygen
zage
wage
(Wasm library)
The standard Zig process:
# build the default target
zig build
# run all tests
zig build test
# install locally
zig build install -Doptimize=ReleaseSafe --prefix ~/.local
# run
zage -di <identity file> <encrypted file>
zage-keygen
# run without installing
zig build run -- -di <identity file> <encrypted file>
Use zig build --help
to see all the options.