CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
22.8k stars 2.76k forks source link

Password Generator #1242

Open m-arabi opened 2 months ago

m-arabi commented 2 months ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

Password generation tool

  1. Ability to generate Random password with Include Number and Symbols
  2. Ability to generate Memorable password with Capitalize
  3. Ability to generate Pin

Is their example of this tool in the wild?

https://1password.com/password-generator/

Additional context

No response

Validations

sharevb commented 2 months ago

Hi @m-arabi and @CorentinTh, implemented in #1260 and #1261 (and enhanced token generator in #913)

m-arabi commented 2 months ago

Perfect. Meet the requirement.