Releases: ALCC01/sigil
Releases · ALCC01/sigil
Sigil (alpha) v0.1.0
This is an alpha series release
- Adopt a GPG-encrypted TOML file as the vault format
- By default its location is defined by the
SIGIL_VAULTenvironment variable - By default it is encripted using the
SIGIL_GPGKEYenvironment variable - Use
sigil touchto create an empty vault - Use
sigil lsto list all secrets in a vault - Use
sigil completionto generate a completion script
- By default its location is defined by the
- Support for password storing
- Allow to annotate passwords with related usernames, emails and homepage URLs
- Use
sigil password addto add a password - Use
sigil password getto retrieve a password - Use
sigil password rmro remove a password
- Support for OTP generator storing
- Support TOTP and HOTP for token generation
- Support SHA1, SHA256 and SHA512 as HMAC algorithms for token generation
- Use
sigil otp addto add a generator - Use
sigil otp tokento generate a token - Use
sigil otp rmto remove a generator - Use
sigil otp importto import generators fromotpauth://URLs
Release builds are signed.