Git Product home page Git Product logo

password_generator_encrypter's Introduction

Password Generator and Encrypter

password_creator.py is the main file.

Functionality includes:

  • Creating your custom password.
  • Running a check of that custom password against a list of commonly used passwords
  • Generating a complex custom password based on user input of a number of characters for the password (with a warning message for short passwords)
  • Encrypted the generated password using a simple substitution cipher
  • Decrypting a ciphertext that was created using the above encryption

It is common knowledge for most these days that a strong password is necessary for security online.

A strong password consists of:

  • A combination of numbers, letters and special characters
  • A random ordering of characters (i.e. no consecutive letters or numbers)
  • Definitely no common phrases or words (like ‘password’…)
  • At least 16 characters This reddit user shared a great visual that describes perfectly what a strong password means:

image

With that in mind, and as an introduction to some fundamentals of Python, I decided to implement a password generator as my first ever pet project. I have made 2 password generators:

  • v1.0 – provides the user with a 16 digit password that is guaranteed to be a random assortment of letters, capital letters, numbers and special characters
  • v2.0 – provides a password based on the user input of how many digits they would like the password to be set for. It gives the user a warning if the password is less than 8 digits.

password_generator_encrypter's People

Contributors

shumsz 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.