Code Monkey home page Code Monkey logo

password-generator's Introduction

Password Generator

Description

This is a random password generator. The passwords are required to be at least 8 characters long and at most 128 characters long. The user will select the length of the password and what characters to include from Uppercase letters, Lowercase letters, Numbers, and Special characters. This is helpful to create a secure password that could be used permanently or temporarily if desired.

Table of Contents

Project-Links

Usage

To use this random password generator, click on the button that says "Generate Password."

You will prompted to enter the desired length of your password between 8 and 128 characters long. It should not allow you to continue if the numbers fall outside of this range or if the value is not a number.

Afterwards, you will be asked if you would like to use Uppercase letters, Lowercase letters, Numbers, and Special characters. Click OK for YES, and cancel for NO.

You will then be reminded of your selections and the password will be generated afterwards.

Screenshots

Site Length-Prompt Uppercase Lowercase Numbers Special-Characters

Credits

License

Tests

In the length prompt try anything and everything to see if the generator works. Additionally, there are 16 combinations for the 4 categories of categories. This is the sum of all the combinations. 4C0 = 1, 4C1 = 4, 4C2 = 6, 4C3 = 4, 4C4 = 1. 1 + 4 + 6 + 4 + 1 = 16. Try out all the different combinations to make sure they all work properly.

password-generator's People

Contributors

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