Skip to content

Jaiwanth-Reddy/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

password-generator

Generates conventionally strong passwords and xkcd inspired passwords.

A conventionally strong password's example is N09}#1lA.

The password will have at least one of the following-

  1. Lower case alphabet
  2. Upper case alphabet
  3. Numerical Digit
  4. Special Symbol

xkcd style password generator refers to this wonderful comic https://xkcd.com/936/

It has four easy-to-remember words back to back, that's it.

For increased security, the xkcd style password code will have an option to furthur protect against dictionary attacks.

This is done by, for instance, adding an extra '&' or '%' somewhere in between, and similar steps.

About

Generates conventionally strong passwords and xkcd inspired passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages