Skip to content

Use this app to generate unique passwords between 8 and 128 characters that can include upper case letters; lower case letters; special characters; and numbers.

License

Notifications You must be signed in to change notification settings

etorres-revature/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As technology has become more ubiquitous in our everyday lives, so to has the proliferation of cyber-crime in the form of malware, ransomware, and other large scale data breaches.

This application uses HTML5, CSS, Bootstrap 4, and JavaScript to create a strong, unique password.

Password Generator - no password

When the "Generate" button is pushed, the program will create an array of arrays based on choices for upper case letters, lower case letters, numbers, and/or special characters.

Then the password is created based on the length of the password selected. Password Generator - with password

(All javascript alert/confirm are validated to ensure proper selection is made by the end-user.)

Finally, the newly generated password is presented to the end-user through the viewport.

Try the Password Generator.

Cyber-crime Consequences[1]

  1. 💰 Financial Costs 💰

    • compensating affected customers 💸
    • incident response to investigate breach 💸
    • investment in new security measures 💸
    • legal fees 💸
    • regulatory penalties 💸
  2. 👊 Reputational Damage 👊

    • loss of customers 👎
    • bad word of mouth 👎
    • long-lasting 👎
  3. ⚠️ Operational Downtime ⚠️

    • operations disrupted 🚫
    • contain and investigate breach 🚫
    • may be completely shut down 🚫
  4. 👮 Legal Action 👮

    • individuals seek legal action to claim compensation 💼
    • class action lawsuits 💼
    • more breaches = more litigation 💼

TIPS FOR A 💪 PASSWORD

Tip Explanation[2]
LONG the longer the better, but at least 10 characters long
RANDOM if your letter combinations are not in the dictionary, they are not published
VARIETY mix up special symbols and numbers with both capital and lower case letters
NON-OBVIOUS not information that is easily discoverable -- date of birth, anniversary, address, high school, etc.
UNIQUE use one password for each account
MANAGER use a service that auto-generates and stores strong passwords on your behalf in one centralized, encrypted location that only you can access with the master password
PRIVATE don't share your password with anyone else
ROTATE the more sensitive information is, the more often you should change your password

Technologies Used

HTML5

HTML5 is a markup language used for structuring and presenting content on the World Wide Web. The goals are to improve the language with support for the latest multimedia and other new features; to keep the language both easily readable by humans and consistently understood by computers and devices; and to remain backward compatible to older software. Many new symantec features are included.

HTML5 content borrowed from this page.

CSS

Cascading Style Sheets (CSS) is a stylesheet language used for describing the presentation of a document written in a markup language (such as HTML5). CSS is designed to enable the separation of presentation and content; including layout, colors, and fonts. This separation improves content accessibility to provide more flexibility and control in the specification of presentation characteristics, enabling multiple web pages to share formatting by specifying relevant CSS in a separate file, which reduces complexity and repetition in the structural content (HTML), as well as enabling the file to be cached to improve the page load speed between the pages that share the file and its formatting.

Separation of formatting and content also makes it feasible to present the same markup page in different styles for different rendering methods, such as on-screen, in print, by voice, and on Braille-based tactile devices.

CSS content borrowed from this page.

Bootstrap 4

Bootstrap 4 is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.

Bootstrap 4 content borrowed from this page.

JavaScript

JavaScript(JS) is one of the core technologies of the World Wide Web (along with HTML and CSS). It enables interactive web pages and is an essential part of web applications. JS is a multi-faceted, scripting language that provides versatility through Application Programming Interfaces (APIs) and Document Object Model (DOM) manipulation, among others.

JavaScript content borrowed from this page.

Author 😎

Content and design created by 💚 Eric D. Torres 💚.

The author can be reached at etorresnotary@gmail.com.

License

MIT License

Copyright (c) 2020 EricDTorres

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.

footnote 1

footnote 2

About

Use this app to generate unique passwords between 8 and 128 characters that can include upper case letters; lower case letters; special characters; and numbers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published