Tejas1510 / Hacking-Scripts

Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.
https://hacking-scripts.netlify.app/
230 stars 284 forks source link

Password Generator #1061

Closed Umesh-01 closed 2 years ago

Umesh-01 commented 2 years ago

Explanation

This fixes #1042

I have created a project for password generator that will generate strong and unique passwords including a combination of uppercase and lowercase letters, numbers, and symbols.

Checklist