corbinball / corbins_pw_generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corbin Ball's Password

Description

As a coder it is important to know how to use variables, arrays, if/else statements, and for loops. By creating my own password generator I was able to use and understand these elements. Using my password generator you are able to create a password that is between 8-128 characters; and if it will have lower case letters, have upper case letters, have numbers, and/or have special characters. Once you have filled out the selected criteria correctly, you will be generated a random password.

Table of Contents

Live-Link

https://corbinball.github.io/corbins_pw_generator/

Usage

This password generator can be used to create a random password with a users selected criteria.

:Screenshot of my Portfolio:

Features

  • Unique prompts

Credits

License

MIT License

Copyright (c) [2021] [Corbin Ball]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

License:MIT License


Languages

Language:JavaScript 49.7%Language:CSS 35.3%Language:HTML 15.0%