Giter VIP home page Giter VIP logo

xkcdpass's Introduction

Secure Password Generator ๐Ÿ›ก๏ธ

This Secure Password Generator is a Python-based CLI tool designed to create strong ๐Ÿ‹๏ธโ€โ™‚๏ธ and customizable passwords using words from the English dictionary ๐Ÿ“š. It allows users to specify various parameters such as word length, the number of words, and separators to generate passwords that meet diverse security requirements.

Features โœจ

  • Generates passwords composed of English dictionary words.
  • Configurable word length, number of words, padding symbols, and separators.
  • Option to load configuration from a config.py file or input parameters through CLI.
  • Organizes words by length for efficient password generation.

Installation ๐Ÿš€

To set up the Secure Password Generator, clone this repository to your local machine:

git clone https://github.com/StanleyAlbayeros/xkcdpass
cd secure-password-generator

Ensure you have Python 3.x installed on your system. No additional external libraries are required as the script uses standard Python libraries.

Usage ๐Ÿ“–

To run the password generator, navigate to the repository directory and execute:

python main.py

You will be prompted to choose whether to load settings from config.py. Respond with Y to use predefined settings or N to input parameters manually.

Configuration Options โš™๏ธ

  • num_words: Number of words in the password.
  • padding_symbol: Symbol used for padding at the beginning and end.
  • separator: Symbol used to separate words in the password.
  • num_passwords: Number of passwords to generate.
  • start_case: Case of the first word (lower or upper); subsequent words will alternate.
  • word_length: Length of each word in the password.

These parameters can be defined in config.py for quick setup or inputted manually when prompted.

Contributing ๐Ÿค

Contributions to the Secure Password Generator are welcome! Feel free to fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

Credits and License ๐Ÿ“œ

This project uses a comprehensive list of English words sourced from dwyl/english-words, available under the MIT license.

License

MIT

xkcdpass's People

Contributors

stanleyalbayeros avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.