summaryrefslogtreecommitdiffabout
path: root/bin/kdepim/pwmanager
Side-by-side diff
Diffstat (limited to 'bin/kdepim/pwmanager') (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/pwmanager/pwmanagerFAQ.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/bin/kdepim/pwmanager/pwmanagerFAQ.txt b/bin/kdepim/pwmanager/pwmanagerFAQ.txt
index a28f07b..212e018 100644
--- a/bin/kdepim/pwmanager/pwmanagerFAQ.txt
+++ b/bin/kdepim/pwmanager/pwmanagerFAQ.txt
@@ -6,17 +6,18 @@ Q:
Can I exchange the password files from PWM/Pi and PwManager?
Q:
Does Export/Import keep sync information in place?
Q:
Can PWM/Pi sync categories?
Q:
Which crypto, hash and compress algorithm is applied to the remote file
while syncing?
-
+Q:
+What is the format of the CSV format to import passwords?
*************************************************************************
Q:
What is PWM/Pi
A:
PWM/Pi is the platform-independend version of PwManager 1.0.1, written by
Michael Buesch and the PwManager Team (http://passwordmanager.sourceforge.net)
*************************************************************************
@@ -59,13 +60,25 @@ Only if the sync operation has to create a new pw entry, it checks for the
existance of the category and creates it if not existent.
*************************************************************************
Q:
Which crypto, hash and compress algorithm is applied to the remote file
while syncing?
A: The sync operation applies the local crypt, hash and compress algorithm
to both, the local and remote copy of the passwordfile and with thus
overwrites the settings of the remote PwManager application.
+*************************************************************************
+Q:
+What is the format of the CSV file to import passwords?
+A:
+"Category 1",, "Desc 1", "Username 1", "Password 1", "URL 1", "Launcher 1", "Comment 1"
+"Category 1",, "Desc 2", "Username 2", "Password 2", "URL 2", "Launcher 2", "Comment 2"
+...
+
+
+-The empty "" is neccessary, because in future versions PwManager will
+support nested Categories.
+-The first line must !!not!! contain the field names.