|
1 |
| -# Password Manager |
2 |
| - |
3 |
| -## Usage |
4 |
| -Run the pwd_mgmr.py file and you will be prompted for the rest of the required inputs |
5 |
| - |
6 |
| -### Getting Started: |
7 |
| -1. Select Option (1) Create a new key that will be used to encrypt your password file. |
8 |
| -2. Select Option (3) Create a new password file that will be used to hold your encrypted passwords. |
9 |
| -3. Select Option (5) Add a new password to the password file. \n |
10 |
| - |
11 |
| -### Retrieving or Adding Passords: |
12 |
| -1. Select Option (2) Load the existing key so it can be used to encrypt new passwords or retrieve passwords from the password file. |
13 |
| -2. Select Option (4) Load the existing password file so it can be used to add or retrieve passwords. |
14 |
| -3. Select Option (5) Add a new password to the password file. |
15 |
| -4. Select Option (6) Retrieve a password for a site. |
16 |
| - |
17 |
| -## Example |
18 |
| - |
19 |
| -What would you like to do? |
20 |
| - (1) Create a new key |
21 |
| - (2) Load an existing key |
22 |
| - (3) Create new password file |
23 |
| - (4) Load existing password file |
24 |
| - (5) Add a new password |
25 |
| - (6) Get a password for a site |
26 |
| - (7) Get the list of sites |
27 |
| - (m) Menu |
28 |
| - (h) Help |
29 |
| - (q) Quit |
30 |
| -Enter your choice: h |
31 |
| -Getting Started: |
32 |
| - 1. Select Option (1) Create a new key that will be used to encrypt your password file. |
33 |
| - 2. Select Option (3) Create a new password file that will be used to hold your encrypted passwords. |
34 |
| - 3. Select Option (5) Add a new password to the password file. |
35 |
| - |
36 |
| -Retrieving or Adding Passords: |
37 |
| - 1. Select Option (2) Load the existing key so it can be used to encrypt new passwords or retrieve passwords from the password file. |
38 |
| - 2. Select Option (4) Load the existing password file so it can be used to add or retrieve passwords. |
39 |
| - 3a. Select Option (5) Add a new password to the password file. |
40 |
| - 3b. Select Option (6) Retrieve a password for a site. |
41 |
| -Enter your choice: 1 |
42 |
| -Invalid Choice! |
43 |
| -Enter your choice: 1 |
44 |
| -Enter the path: C:\pwds\mykey.key |
45 |
| -Enter your choice: 3 |
46 |
| -Enter the path: C:\pwds\pwds.pass |
47 |
| -Enter your choice: 5 |
48 |
| -Enter the site: facebook |
49 |
| -Enter the password: password123 |
50 |
| -Enter your choice: 6 |
51 |
| -What site do you want: facebook |
52 |
| -password123 |
53 |
| -Enter your choice: 7 |
54 |
| -List of Sites: |
55 |
| -facebook |
56 |
| -Enter your choice: q |
57 |
| -Bye! |
| 1 | +# Password Manager |
| 2 | + |
| 3 | +## Usage |
| 4 | +Run the pwd_mgmr.py file and you will be prompted for the rest of the required inputs |
| 5 | + |
| 6 | +### Getting Started: |
| 7 | +1. Select Option (1) Create a new key that will be used to encrypt your password file. |
| 8 | +2. Select Option (3) Create a new password file that will be used to hold your encrypted passwords. |
| 9 | +3. Select Option (5) Add a new password to the password file. \n |
| 10 | + |
| 11 | +### Retrieving or Adding Passords: |
| 12 | +1. Select Option (2) Load the existing key so it can be used to encrypt new passwords or retrieve passwords from the password file. |
| 13 | +2. Select Option (4) Load the existing password file so it can be used to add or retrieve passwords. |
| 14 | +3. Select Option (5) Add a new password to the password file. |
| 15 | +4. Select Option (6) Retrieve a password for a site. |
| 16 | + |
| 17 | +## Example |
| 18 | + |
| 19 | +What would you like to do? |
| 20 | + (1) Create a new key |
| 21 | + (2) Load an existing key |
| 22 | + (3) Create new password file |
| 23 | + (4) Load existing password file |
| 24 | + (5) Add a new password |
| 25 | + (6) Get a password for a site |
| 26 | + (7) Get the list of sites |
| 27 | + (m) Menu |
| 28 | + (h) Help |
| 29 | + (q) Quit |
| 30 | +Enter your choice: h |
| 31 | +Getting Started: |
| 32 | + 1. Select Option (1) Create a new key that will be used to encrypt your password file. |
| 33 | + 2. Select Option (3) Create a new password file that will be used to hold your encrypted passwords. |
| 34 | + 3. Select Option (5) Add a new password to the password file. |
| 35 | + |
| 36 | +Retrieving or Adding Passords: |
| 37 | + 1. Select Option (2) Load the existing key so it can be used to encrypt new passwords or retrieve passwords from the password file. |
| 38 | + 2. Select Option (4) Load the existing password file so it can be used to add or retrieve passwords. |
| 39 | + 3a. Select Option (5) Add a new password to the password file. |
| 40 | + 3b. Select Option (6) Retrieve a password for a site. |
| 41 | +Enter your choice: 1 |
| 42 | +Invalid Choice! |
| 43 | +Enter your choice: 1 |
| 44 | +Enter the path: C:\pwds\mykey.key |
| 45 | +Enter your choice: 3 |
| 46 | +Enter the path: C:\pwds\pwds.pass |
| 47 | +Enter your choice: 5 |
| 48 | +Enter the site: facebook |
| 49 | +Enter the password: password123 |
| 50 | +Enter your choice: 6 |
| 51 | +What site do you want: facebook |
| 52 | +password123 |
| 53 | +Enter your choice: 7 |
| 54 | +List of Sites: |
| 55 | +facebook |
| 56 | +Enter your choice: q |
| 57 | +Bye! |
0 commit comments