summaryrefslogtreecommitdiffabout
path: root/bin/kdepim/pwmanager
Unidiff
Diffstat (limited to 'bin/kdepim/pwmanager') (more/less context) (show 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
@@ -10,9 +10,10 @@ Q:
10Can PWM/Pi sync categories? 10Can PWM/Pi sync categories?
11Q: 11Q:
12Which crypto, hash and compress algorithm is applied to the remote file 12Which crypto, hash and compress algorithm is applied to the remote file
13while syncing? 13while syncing?
14 14Q:
15What is the format of the CSV format to import passwords?
15 16
16************************************************************************* 17*************************************************************************
17Q: 18Q:
18What is PWM/Pi 19What is PWM/Pi
@@ -63,8 +64,20 @@ Which crypto, hash and compress algorithm is applied to the remote file
63while syncing? 64while syncing?
64A: The sync operation applies the local crypt, hash and compress algorithm 65A: The sync operation applies the local crypt, hash and compress algorithm
65to both, the local and remote copy of the passwordfile and with thus 66to both, the local and remote copy of the passwordfile and with thus
66overwrites the settings of the remote PwManager application. 67overwrites the settings of the remote PwManager application.
68*************************************************************************
69Q:
70What is the format of the CSV file to import passwords?
71A:
72"Category 1",, "Desc 1", "Username 1", "Password 1", "URL 1", "Launcher 1", "Comment 1"
73"Category 1",, "Desc 2", "Username 2", "Password 2", "URL 2", "Launcher 2", "Comment 2"
74...
75
76
77-The empty "" is neccessary, because in future versions PwManager will
78support nested Categories.
79-The first line must !!not!! contain the field names.
67 80
68 81
69 82
70 83