summaryrefslogtreecommitdiffabout
path: root/bin
authorulf69 <ulf69>2004-10-24 17:29:26 (UTC)
committer ulf69 <ulf69>2004-10-24 17:29:26 (UTC)
commit0eed1597b4193a804c8c40820ebb7032477ad7e0 (patch) (unidiff)
treef83e4fdfdc780bcce0327d0beb11cb2432fa8c19 /bin
parent0d18bacea3cdf5832604c3d37f40af1605433655 (diff)
downloadkdepimpi-0eed1597b4193a804c8c40820ebb7032477ad7e0.zip
kdepimpi-0eed1597b4193a804c8c40820ebb7032477ad7e0.tar.gz
kdepimpi-0eed1597b4193a804c8c40820ebb7032477ad7e0.tar.bz2
added faq about the used csv format
Diffstat (limited to 'bin') (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
@@ -2,25 +2,26 @@ Q:
2What is PWM/Pi? 2What is PWM/Pi?
3Q: 3Q:
4For which platform is PWM/Pi available? 4For which platform is PWM/Pi available?
5Q: 5Q:
6Can I exchange the password files from PWM/Pi and PwManager? 6Can I exchange the password files from PWM/Pi and PwManager?
7Q: 7Q:
8Does Export/Import keep sync information in place? 8Does Export/Import keep sync information in place?
9Q: 9Q:
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
19A: 20A:
20PWM/Pi is the platform-independend version of PwManager 1.0.1, written by 21PWM/Pi is the platform-independend version of PwManager 1.0.1, written by
21Michael Buesch and the PwManager Team (http://passwordmanager.sourceforge.net) 22Michael Buesch and the PwManager Team (http://passwordmanager.sourceforge.net)
22************************************************************************* 23*************************************************************************
23Q: 24Q:
24For which platform is PWM/Pi available? 25For which platform is PWM/Pi available?
25A: 26A:
26PWM/Pi is the platform-independend version of PWManager and it 27PWM/Pi is the platform-independend version of PWManager and it
@@ -55,17 +56,29 @@ A:
55No. PWM/Pi does not sync categories. It syncs all pw entries of the file 56No. PWM/Pi does not sync categories. It syncs all pw entries of the file
56without checking for the entries categories. 57without checking for the entries categories.
57A sync operation does not move modified entries from one category to another. 58A sync operation does not move modified entries from one category to another.
58Only if the sync operation has to create a new pw entry, it checks for the 59Only if the sync operation has to create a new pw entry, it checks for the
59existance of the category and creates it if not existent. 60existance of the category and creates it if not existent.
60************************************************************************* 61*************************************************************************
61Q: 62Q:
62Which crypto, hash and compress algorithm is applied to the remote file 63Which 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
71 84