-
Notifications
You must be signed in to change notification settings - Fork 44
Import
Jeffery (Zeyu) Zhao edited this page Aug 5, 2020
·
4 revisions
You can import data into Password-Manager. To import, just click Settings -> Import
in navbar after login. You only need to choose the file to be imported, the system can handle different types of files automatically.
- Export your passwords from your password manager as csv file.
- Make sure there is a header line, the password and account name column must be named "password" and "name" respectively, order is not important. If you have other fields, you should customize your fields after login (in setting). All other columns not listed in fields in your setting are being ignored. The delimiter for the csv file must be
,
- Open the import dialog, select the CSV file you want to import. CSV to be imported must be in UTF-8 encoding. If not, open it in some plaintext editor and change it to UTF-8 before importing.
This is useful when your database is destroyed and you want to recover from a backup file. Go to recovery page and recover your passwords from backup.txt
. After that, you can generate a RAW file in the recovery page. Importing this RAW file will make all your data back (assuming you don't have any accounts currently).