mirror of
https://github.com/nikdoof/decrypt-otpauth-files.git
synced 2025-12-23 07:29:32 +00:00
restore single account behavior, refactor a bit :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user