Skip to content

vats147/Code_Decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator and De-Crypter

This project is a password generator that generates combinations of characters and sends them as messages. It utilizes the keyboard library to simulate keyboard input and the time library for delays.

Features

  • Generates passwords of varying lengths using a combination of letters, digits, and punctuation.
  • Sends the generated passwords as messages by simulating keyboard input.
  • Provides statistics on the number of combinations for each password length.

Getting Started

To use this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Run the script generate_passwords.py to start generating and sending passwords.

Requirements

The project requires the following dependencies:

  • Python (version 3.6 or higher)
  • keyboard (version 0.13.5 or higher)

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages