-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from deltreey/master
latest enpass, use json export, include folders
- Loading branch information
Showing
2 changed files
with
41 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# enpass-to-keepass | ||
Convert an Enpass csv export so it can be imported to a KeePass database using KeePassXC | ||
|
||
## Updates | ||
This now imports from a JSON export from enpass, and includes folders from enpass as groups. Since enpass now uses folders as "labels" and can have multiple, this chooses the first item in the list as the group | ||
|
||
## Background | ||
Read this blog article for some background on this tool: [https://jsph.pl/migrating-from-enpass-to-keepass/](https://jsph.pl/migrating-from-enpass-to-keepass/) | ||
|
||
|
@@ -17,7 +20,7 @@ License: Public Domain | |
Author: Joseph Paul <[email protected]> | ||
positional arguments: | ||
input_file Path to Enpass csv export file | ||
input_file Path to Enpass json export file | ||
output_file Path to output file (csv) | ||
optional arguments: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters