Skip to content

Commit 4a4c1a3

Browse files
authored
Update README.md
1 parent ee90fd0 commit 4a4c1a3

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,45 @@ A collection of versatile Python scripts designed to serve as a toolbox for vari
2323
- Adjust the timeout in `sock.settimeout(1)` if needed for your network conditions.
2424
- Please use this tool responsibly and in accordance with applicable laws and regulations.
2525

26+
- **Password Manager ('password_manager.py'):** Securely manage your passwords with our Python-based Password Manager. This tool provides a simple yet effective way to store and retrieve passwords for different accounts and categories.
27+
28+
- **Secure Encryption:** Utilizes the `cryptography` library for robust encryption, ensuring the confidentiality of stored passwords.
29+
30+
- **User-Friendly Interface:** Easy-to-use command-line interface for adding and retrieving passwords.
31+
32+
- **Data Persistence:** Passwords are encrypted and stored persistently, allowing users to access their passwords across sessions.
33+
34+
- **Usage:**
35+
36+
- **Installation:**
37+
- Clone the repository: `git clone https://github.com/binbash0/python-script-toolbox.git`
38+
- Navigate to the project directory: `cd python-script-toolbox`
39+
40+
- **Run the Password Manager:**
41+
- Execute the script: `python password_manager.py`
42+
- Follow the prompts to add or retrieve passwords.
43+
44+
- **Master Password:**
45+
- You will be prompted to enter a master password when running the Password Manager. This password is used for encryption and decryption.
46+
47+
- **Example:**
48+
49+
```bash
50+
# Add a password
51+
python password_manager.py
52+
53+
# Retrieve a password
54+
python password_manager.py
55+
```
56+
57+
- **Dependencies:**
58+
- [`cryptography`](https://cryptography.io/en/latest/)
59+
60+
- **Note:**
61+
Please ensure that you have Python and the required dependencies installed before using the Password Manager.
62+
63+
64+
2665
## Usage:
2766

2867
Explore the scripts and find tools that suit your needs, especially in the realms of cybersecurity, ethical hacking, and bug bounty programs. Each script is designed for modularity and ease of integration. Refer to individual script directories for specific usage instructions.

0 commit comments

Comments
 (0)