-rw-r--r-- | bin/kdepim/pwmanager/pwmanagerFAQ.txt | 15 |
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: | |||
2 | What is PWM/Pi? | 2 | What is PWM/Pi? |
3 | Q: | 3 | Q: |
4 | For which platform is PWM/Pi available? | 4 | For which platform is PWM/Pi available? |
5 | Q: | 5 | Q: |
6 | Can I exchange the password files from PWM/Pi and PwManager? | 6 | Can I exchange the password files from PWM/Pi and PwManager? |
7 | Q: | 7 | Q: |
8 | Does Export/Import keep sync information in place? | 8 | Does Export/Import keep sync information in place? |
9 | Q: | 9 | Q: |
10 | Can PWM/Pi sync categories? | 10 | Can PWM/Pi sync categories? |
11 | Q: | 11 | Q: |
12 | Which crypto, hash and compress algorithm is applied to the remote file | 12 | Which crypto, hash and compress algorithm is applied to the remote file |
13 | while syncing? | 13 | while syncing? |
14 | 14 | Q: | |
15 | What is the format of the CSV format to import passwords? | ||
15 | 16 | ||
16 | ************************************************************************* | 17 | ************************************************************************* |
17 | Q: | 18 | Q: |
18 | What is PWM/Pi | 19 | What is PWM/Pi |
19 | A: | 20 | A: |
20 | PWM/Pi is the platform-independend version of PwManager 1.0.1, written by | 21 | PWM/Pi is the platform-independend version of PwManager 1.0.1, written by |
21 | Michael Buesch and the PwManager Team (http://passwordmanager.sourceforge.net) | 22 | Michael Buesch and the PwManager Team (http://passwordmanager.sourceforge.net) |
22 | ************************************************************************* | 23 | ************************************************************************* |
23 | Q: | 24 | Q: |
24 | For which platform is PWM/Pi available? | 25 | For which platform is PWM/Pi available? |
25 | A: | 26 | A: |
26 | PWM/Pi is the platform-independend version of PWManager and it | 27 | PWM/Pi is the platform-independend version of PWManager and it |
@@ -55,17 +56,29 @@ A: | |||
55 | No. PWM/Pi does not sync categories. It syncs all pw entries of the file | 56 | No. PWM/Pi does not sync categories. It syncs all pw entries of the file |
56 | without checking for the entries categories. | 57 | without checking for the entries categories. |
57 | A sync operation does not move modified entries from one category to another. | 58 | A sync operation does not move modified entries from one category to another. |
58 | Only if the sync operation has to create a new pw entry, it checks for the | 59 | Only if the sync operation has to create a new pw entry, it checks for the |
59 | existance of the category and creates it if not existent. | 60 | existance of the category and creates it if not existent. |
60 | ************************************************************************* | 61 | ************************************************************************* |
61 | Q: | 62 | Q: |
62 | Which crypto, hash and compress algorithm is applied to the remote file | 63 | Which crypto, hash and compress algorithm is applied to the remote file |
63 | while syncing? | 64 | while syncing? |
64 | A: The sync operation applies the local crypt, hash and compress algorithm | 65 | A: The sync operation applies the local crypt, hash and compress algorithm |
65 | to both, the local and remote copy of the passwordfile and with thus | 66 | to both, the local and remote copy of the passwordfile and with thus |
66 | overwrites the settings of the remote PwManager application. | 67 | overwrites the settings of the remote PwManager application. |
68 | ************************************************************************* | ||
69 | Q: | ||
70 | What is the format of the CSV file to import passwords? | ||
71 | A: | ||
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 | ||
78 | support nested Categories. | ||
79 | -The first line must !!not!! contain the field names. | ||
67 | 80 | ||
68 | 81 | ||
69 | 82 | ||
70 | 83 | ||
71 | 84 | ||