Aegis Tools

A collection of developer tools for Aegis Authenticator
Alternatives To Aegis Tools
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Mist624
4 years ago10December 10, 20194mitGo
A distributed, tag-based pub-sub service for modern web applications and container-driven cloud.
Virtual Authenticators Tab176
a year ago11apache-2.0JavaScript
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
Aegis Tools13
3 months agogpl-3.0Python
A collection of developer tools for Aegis Authenticator
Runstaq1
6 years agomitGo
Run Procfiles across a set of directories
Alternatives To Aegis Tools
Select To Compare


Alternative Project Comparisons
Readme

aegis-tools

aegis-tools is a collection of developer tools for Aegis Authenticator.

Installation

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

Usage

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
Popular Authenticator Projects
Popular Developer Tools Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Icons
Developer Tools
Vault
Authenticator