treasury.lua 1.12

treasury.lua is a command-line program for storing secrets in files encrypted using the openssl command-line app. It requires libUseful and libUseful.lua

Tags vault secrets openssl
License GNU GPLv3
State initial

Recent Releases

1.1221 Apr 2024 02:05 minor bugfix: Set LC_ALL and LANG environment variables to 'C' locale so that output of commands is in default language.
1.419 Jan 2024 03:15 minor feature: Keyring support now uses the session keyring by default, falling back to user keyring if session keyring does not exist. Keyring timeout added to expire keys if unused for so many seconds.
1.214 Jan 2024 07:05 minor feature: Export/Import subsystem complete. Added --version option. Improved online help (-? --help). Improved README.md. Added CHANGELOG.
1.110 Jan 2024 09:42 major feature: README, LICENCE and Makefile added to initial release.