1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 05:43:16 +00:00

enpass json importer

This commit is contained in:
Kyle Spearrin
2018-12-13 14:34:43 -05:00
parent f13713a055
commit 9729a4c724
2 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: 18ac2db323...e64fdf4e21

View File

@@ -84,6 +84,10 @@
and save the CSV file. Note that the importer only supports files exported while Enpass is set to the English and save the CSV file. Note that the importer only supports files exported while Enpass is set to the English
language, so adjust your settings accordingly. language, so adjust your settings accordingly.
</ng-container> </ng-container>
<ng-container *ngIf="format === 'enpassjson'">
Using the Enpass 6 desktop application, click the menu button and navigate to "File" &rarr; "Export".
Select the ".json" file format option and save the JSON file.
</ng-container>
<ng-container *ngIf="format === 'pwsafexml'"> <ng-container *ngIf="format === 'pwsafexml'">
Using the Password Safe desktop application, navigate to "File" &rarr; "Export To" &rarr; "XML format..." and save the XML Using the Password Safe desktop application, navigate to "File" &rarr; "Export To" &rarr; "XML format..." and save the XML
file. file.