Metadata-Version: 2.1
Name: passlord
Version: 1.0.1
Summary: Passlord is a smart tool that creates lists of possible passwords using clever methods.
Home-page: https://github.com/navnee1h/passlord
Author: navnee1h
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENCE

 Using personal details as passwords? It's like giving hackers a free pass. Easy targets, easy access. It's practically an open invitation for a security disaster.

 Passlord is a powerful tool designed to generate a large list of passwords tailored to individual users while incorporating limited personal details. With Passlord, you can effortlessly create up to 40 lakhs of unique passwords, each infused with personalized information to exploit and breach security measures.



![](https://i.postimg.cc/8zysMP3p/Screenshot-from-2024-03-11-21-05-02.png)

### Features

**✔  Effortless Password Generation:** PassLord effortlessly generates 25 lakh unique passwords with minimal input, allowing users to include personal details and customize password rules.

**✔  Tailored Security:** Users can input a wide range of personal information into PassLord, creating highly personalized password lists

**✔  Comprehensive Coverage:** PassLord utilizes minimal data like names and birthdates to generate a vast array of 25 lakh passwords, providing thorough security against potential attackers.


 

| Requirements | Configuration |
| --- | --- |
| Linux with python installed | All of the modules used in this tool are part of the Python Standard Library. They come bundled with Python itself, so there's no need to install them separately. |



## Installation and usage

### **First Method**

- **Installation :**
    
    ```bash
    # Clone the Passlord repository:
    git clone <https://github.com/navnee1h/password.git>
    cd passlord
    ```
    
- **Usage :**
    
    ```bash
    python passlord.py
    ```
    

### **Second Method**

- **Installation:**
    
    ```bash
    # install via pip:
    pip install passlord
    ```
    
- **Usage :**
    
    ```bash
    passlord
    ```


### Provide these details:

```bash
[01] First name
[02] Middle name
[03] Last name
[04] Nick name
[05] Date of birth
[06] Phone number
[07] Girl friend
[08] House name
[09] Company name
[10] Pets name
[11] Other name
```

### Note:

This tool is currently in development. If you encounter any issues, we encourage you to report them to our Telegram Group. Your feedback is invaluable and will help us enhance the tool's capabilities. Thank you for helping us improve!

### How it works :

> The password generation tool utilizes arrays as its primary mechanism. Initially, users are prompted to input their personal details, which are then transformed into uppercase, lowercase, title case, and other formats as per the specified rules. These transformed details are then stored in arrays for further processing. Additionally, the program reads from the 'rules.txt' file, which contains patterns guiding the password generation process.

### About the Author
I'm Navaneeth, the creator of Passlord. I'm passionate about advancing cybersecurity, and Passlord is a testament to that passion. Connect with me on [LinkedIn](https://www.linkedin.com/in/navnee1h/).

### License

Passlord is licensed under the MIT license.


### Legal disclaimer:

I want to emphasize that I am not liable and hereby disclaim any responsibility for any misuse of the 'passlord' tool. Users are solely responsible for their actions when utilizing this tool. Your understanding is appreciated.
