Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
update README following changes in 9d5d7c3
  • Loading branch information
mikej committed Apr 27, 2023
1 parent 9d5d7c3 commit 8e48e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you find problems with the file format (in particular security related issues

## Requirements

- [Python 3.7](https://www.python.org/downloads/)
- [Python 3.11](https://www.python.org/downloads/)
- [pipenv](https://github.com/pypa/pipenv)
- An encrypted OTP Auth backup/account file

Expand All @@ -29,12 +29,12 @@ pipenv install

```
# Decrypt a full backup file
pipenv run python decrypt_otpauth.py decrypt_backup --encrypted-otpauth-backup <path to your OTP Auth backup>
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>
pipenv run python decrypt_otpauth.py decrypt-account --encrypted-otpauth-account <path to your OTP Auth account>
```

## Demo
Expand Down

0 comments on commit 8e48e65

Please sign in to comment.