restore single account behavior, refactor a bit :)

This commit is contained in:
Ernest W. Durbin III
2017-12-24 08:53:47 -05:00
parent 772221e84c
commit 42bb25916a
2 changed files with 84 additions and 22 deletions

View File

@@ -16,7 +16,10 @@ Requires:
git clone https://github.com/CooperRS/decrypt-otpauth-files.git
cd decrypt-otpauth-files
pipenv install
pipenv run python decrypt_otpauth.py --encrypted-otpauth-backup <path to your OTP Auth backup>
# Decrypt a full backup file
pipenv run python decrypt_otpauth.py decrypt_backup --encrypted-otpauth-backup <path to your OTP Auth backup>
# Decrypt a single account export
pipenv run python decrypt_otpauth.py decrypt_account --encrypted-otpauth-account <path to your OTP Auth account>
```
## Demo