BenBugs / password_generator

This project features a random password generator that allows the use to build a password from 4 different types of characters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

03 JavaScript: Password Generator

This project features a random password generator that allows the use to choose from 4 different types of characters;

  • Lowercase letters
  • Uppercase letters
  • Numbers 0 - 9 -Special characters

The user can select a password up to 128 characters long and chose the mix of character types they wish to include in the new password.

Technologies

The project has been built using;

  • HTML 5
  • CSS
  • JavaScript

About this project

The project has been built using JavaScript. It features Methods like Maths.random and Maths.floor to generate unique password combinations. I have used variables, arrays and functions to create the project and continue to broaden my knowledge of JavaScript.

The password generator

https://benbugs.github.io/password_generator/

Password Generator

About

This project features a random password generator that allows the use to build a password from 4 different types of characters.


Languages

Language:HTML 49.4%Language:JavaScript 29.8%Language:CSS 20.8%