Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mist | 624 | 4 years ago | 10 | December 10, 2019 | 4 | mit | Go | |||
A distributed, tag-based pub-sub service for modern web applications and container-driven cloud. | ||||||||||
Virtual Authenticators Tab | 176 | a year ago | 11 | apache-2.0 | JavaScript | |||||
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools | ||||||||||
Aegis Tools | 13 | 3 months ago | gpl-3.0 | Python | ||||||
A collection of developer tools for Aegis Authenticator | ||||||||||
Runstaq | 1 | 6 years ago | mit | Go | ||||||
Run Procfiles across a set of directories |
aegis-tools is a collection of developer tools for Aegis Authenticator.
This package is not available on PyPi, so you need to clone the repository and install it manually.
pip install --user git+https://github.com/alexbakker/aegis-tools.git@master
The only useful tool for users is decrypt-vault. It can decrypt an Aegis vault given a password.
aegis-tools decrypt-vault --input vault.json > db.json
Developers may find the gen-vault tool useful. It generates vault files for use in Aegis with random issuers, names, icons, secrets, etc.
aegis-tools gen-vault > vault.json
It also has an experimental tool for generating a collection of SVG icons for well-known web services based on the Simple Icons icon collection.
DIR=$(mktemp -d)
aegis-tools gen-icons --output "${DIR}"
echo $DIR
There's also a QR code generator.
aegis-tools gen-qr