File tree 1 file changed +19
-4
lines changed
1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,35 @@ This tool allows for decrypting the encrypted backups/account files created by [
4
4
5
5
If you find problems with the file format (in particular security related issues), do not hesitate and file an issue.
6
6
7
- ## Usage
8
-
9
- Requires:
7
+ ## Requirements
10
8
11
9
- [ Python 3.7] ( https://www.python.org/downloads/ )
12
- - [ pipenv] ( https://docs. pipenv.org )
10
+ - [ pipenv] ( https://github.com/pypa/ pipenv )
13
11
- An encrypted OTP Auth backup/account file
14
12
13
+ ## Usage
14
+
15
+ 1 . Clone repository
16
+
15
17
```
16
18
git clone https://github.com/CooperRS/decrypt-otpauth-files.git
17
19
cd decrypt-otpauth-files
20
+ ```
21
+
22
+ 2 . Install dependencies
23
+
24
+ ```
18
25
pipenv install
26
+ ```
27
+
28
+ 3 . Decrypt your OTP Auth file
29
+
30
+ ```
19
31
# Decrypt a full backup file
20
32
pipenv run python decrypt_otpauth.py decrypt_backup --encrypted-otpauth-backup <path to your OTP Auth backup>
33
+ ```
34
+
35
+ ```
21
36
# Decrypt a single account export
22
37
pipenv run python decrypt_otpauth.py decrypt_account --encrypted-otpauth-account <path to your OTP Auth account>
23
38
```
You can’t perform that action at this time.
0 commit comments