scollovati / Aegis-decrypt

A backup decryptor and OTP generator for the vault of the Aegis Authenticator Android app.
GNU General Public License v3.0
8 stars 1 forks source link
2fa aegis authenticator otp-generator

Aegis-decrypt

A backup decryptor and OTP generator for the vault of the Aegis Authenticator Android app, inspired by asmw/andOTP-decrypt. It allows to decrypt the Aegis vault and export its values in different formats (stdout, CSV, QRCode, Json). It allows to generate TOTP codes on the fly.

:warning: Currently, it supports only TOTP tokens. :warning: A few improvements are in progress:

Usage

python3 aegis-decrypt.py [-h] --vault VAULT [--entryname ENTRYNAME] [--output {None,csv,qrcode,json,otp}] [--password PASSWORD]

Exports are created in the folder ./export/ inside the projecy itself

Development Setup

Pipenv install (recommended)

Pip install