File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ If you find problems with the file format (in particular security related issues
6
6
7
7
## Requirements
8
8
9
- - [ Python 3.7 ] ( https://www.python.org/downloads/ )
9
+ - [ Python 3.11 ] ( https://www.python.org/downloads/ )
10
10
- [ pipenv] ( https://github.com/pypa/pipenv )
11
11
- An encrypted OTP Auth backup/account file
12
12
@@ -29,12 +29,12 @@ pipenv install
29
29
30
30
```
31
31
# Decrypt a full backup file
32
- pipenv run python decrypt_otpauth.py decrypt_backup --encrypted-otpauth-backup <path to your OTP Auth backup>
32
+ pipenv run python decrypt_otpauth.py decrypt-backup --encrypted-otpauth-backup <path to your OTP Auth backup>
33
33
```
34
34
35
35
```
36
36
# Decrypt a single account export
37
- pipenv run python decrypt_otpauth.py decrypt_account --encrypted-otpauth-account <path to your OTP Auth account>
37
+ pipenv run python decrypt_otpauth.py decrypt-account --encrypted-otpauth-account <path to your OTP Auth account>
38
38
```
39
39
40
40
## Demo
You can’t perform that action at this time.
0 commit comments