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