TheRuchirShah / Pass-Check

Generate new passwords and check the strength of the passwords.

Home Page:https://theruchirshah.github.io/Pass-Check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator & Strength Checker

To Generate and Strength Check of Passwords

I've created this website to generate new passwords and check passwords strength. It does not store your data.

Pass Check Site Screenshot

Hi! 👋🏻 my name is Ruchir. I'm a web developer and designer and I like my privacy. I've created this website for everyone to create new passwords and check the passwords stremgth. You can create 32 characters long passwords which includes upper, lower, special characters, and numbers. Passwords strength checker inform you that the password is weak or strong.

You can create a new passwords with customizable parameters like upper-case letters, lower-case letters, numbers, special characters, and characters length)

  • Upper-case - ABCDEFGHIJKLMNOPQRSTUVWXYZ
  • Lower-case - abcdefghijklmnopqrstuvwxyz
  • Numbers - 0123456789
  • Special characters - '~!@#$%^ ...(& many more)
  • Characters length - 32

Password strength

  • Very Weak
  • Weak
  • Medium
  • Strong
  • Very Strong

Password Check List

  • Password length of at least 12 characters.
  • Passwords should be unique, complex, and nonsensical, comprised of a mix of nonrepeating letters (upper and lower case), numbers, and symbols.
  • Password should not have any other guessable context (employee ID, dates, etc.), or sequences from a keyboard like ‘qwerty’ or ‘zxcvb’.
  • Frequently change passwords - a process referred to as password rotation, or password resetting. (15 days, 1 month, 2 months, 3 months, 6 months, 1 Year)
  • The frequency of rotation should vary based on the password age, usage, and security importance.
  • Prohibit password re-use. You should be forbidden from using the same passwords across their personal and work accounts. i.e. using same password for different accounts Gmail & Outlook & Facebook Twitter
  • If you ever need to share your password, change it when the other person is done with using it.

Visit site from here

You can read this E-Book to know more about passwords includes tips to create and keep your passwords secure.

E-Book Screenshot

This site does not store your data.

About

Generate new passwords and check the strength of the passwords.

https://theruchirshah.github.io/Pass-Check/


Languages

Language:JavaScript 72.9%Language:CSS 16.8%Language:HTML 10.3%