Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 674 Bytes

#Password Generator - Generator haseł

Simple but usefull password generator based on letters and numbers array. Additionally you can use second array with special chars, like brackets, hash, titlda, etc

###All you need to do is:

  • type how many signs your passowrd supposed to have/contain
  • choose if your password should include special chars or not (check button)
  • press "Generuj swoje nowe hasła" button
  • copy generated password to clipboard ("Kopiuj" button)
  • paste and SAVE your new password somewhere you will not loose

Yes, there is an idea to write this generator for non-polish users too.

Working version on GitHub