Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GurpreetKang committed Jul 5, 2022
1 parent b0ba883 commit 44a4f7e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BitwardenDecrypt
Decrypts an encrypted [Bitwarden](https://github.com/bitwarden) data.json file (from the desktop App).
Decrypts an encrypted [Bitwarden](https://github.com/bitwarden) data.json file (from the Desktop App).
You can safely store data.json as an encrypted, offline backup of your vault knowing you will always be able to decrypt it.

To determine the location of the data.json file see:
Expand All @@ -12,12 +12,12 @@ These exports lack the Protected Symmetric Key needed to decrypt entries.*

Outputs JSON containing:
- Logins
- Cards
- Secure Notes
- Identities
- Folders
- Organizations
- Collections
- Cards
- Secure Notes
- Identities
- Sends *(Optional)*

*Note: Outputs (almost) all key/value pairs, including ones you probably don't care about.*
Expand All @@ -31,7 +31,9 @@ or
Password: (Enter Password)
Options:
--includesends Include Sends in the output.
--includesends Include Sends in the output.
--output OUTPUTFILE Write decrypted output to file.
Will overwrite contents if file exists.
```
On Windows:
```
Expand All @@ -42,7 +44,9 @@ py BitwardenDecrypt.py [options] inputfile
Password: (Enter Password)
Options:
--includesends Include Sends in the output.
--includesends Include Sends in the output.
--output OUTPUTFILE Write decrypted output to file.
Will overwrite contents if file exists.
```
*Note: This script depends on the 'cryptography' package
pip install cryptography*
Expand Down

0 comments on commit 44a4f7e

Please sign in to comment.