Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.81 KB

File metadata and controls

53 lines (34 loc) · 1.81 KB

AZERTY QWERTY password generator

Generate passwords that work both on AZERTY and QWERTY keyboards. Use it now at https://azerty-qwerty-password-generator.germain.lol or install on your server.

Features

  • Available in French and English, easily localizable
  • Select password length from 8 to 128 characters
  • Letters-only or numeric or combined
  • Optional math signs (from numeric keypad)
  • Autofocus on the Generate button
  • Copy password to clipboard
  • Autofocus on the Copy button when the password is generated

Requirements

  • Web server
  • PHP v. 4 - 8

Installation

  • Download or clone ;
  • Make the www/ folder available publicly in your web server

Todo

  • Responsive
  • Light/Dark mode switch
  • Cleaner template
  • Lower/uppercase checkboxes
  • Remove ambiguous characters checkbox
  • Save settings in cookie

Contributing

  • Fork the repo
  • Make a new branch with your edits
  • Create a pull request, with comments for approval

Credits