Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 718 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 718 Bytes

Random String Generator

A simple online password generator.

Feature

  • String length 4-64 with quick selection
  • Support numbers, uppercases, lowercases and customizable symbols
  • Click to copy
  • keep a short list of previous generations

Vendor

Reference

Changelog

2021-03-31
+ mandatory check
+ history list
# rewrite copy
# minor fixes

2021-03-30
+ symbol support
+ copy and toast
+ debounce actions

2021-03-29
+ initial release