This project is a password generator website that dynamically creates secure passwords based on user-defined settings. The password is generated through customizable options.
- Customizable Password Options:
- Password length (default: 64),
- lowercase letters,
- UPPERCASE LETTERS,
- numb3rs
- and $p€cial_charat€rs.
-
Clone the repository:
git clone https://github.com/kacpermajkowski/random-pwd-gen.git cd random-pwd-gen -
Install TypeScript compiler using NPM
npm i -g typescriptYou can download Node.js along with NPM here if you don't already have it installed.
-
Compile the TypeScript files
tsc -t es2022 passwordGenerator.ts script.ts -
Copy all
.html,.cssand generated.jsfiles into location of choiceAfter which you can open
index.htmlin a browser or enter an adress of a web server you hosted the files and enjoy :) -
License
This project is open-source and available under the MIT License.