Ironclad
Ironclad is a command line utility for creating and managing encrypted password databases. See the documentation for details.
Download
You can download a pre-compiled binary from the releases page.
Build
Ironclad is written in Go. If you have a Go compiler installed you can install Ironclad by running:
go install github.com/dmulholl/ironclad/ironclad@latest
This will download, compile, and install the latest version of the application to your $GOPATH/bin
directory.
License
Ironclad is released under the Zero-Clause BSD licence (0BSD).