Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.18 KB

Mobile-friendly random password generator seeded based on your mouse or touch positions for better randomness.

passed_pw_screenshot

This repository is currently used for issue tracking until a public version is released.

###Changelog ####2016-02-15

  • Implemented copy to clipboard for supported browsers. (#3)
  • Implemented the ability to create a password based on a custom set of characters supplied by the user. (#3)

####2016-01-04

  • Implemented the Avoid Ambiguous option which allows you exclude the following characters: oO01iIlL (#2)
  • Updated the UI to incorporate the avoid ambiguous option and keep within the 320x480px viewport. (#2)

####2015-07-06

  • Implemented the Mobile Keyboard Friendly option which allows you to generate a password grouped in way that makes it easier to type on a mobile device. (#1)