Random Password Utility

This application uses typescript to generate a random sequence of shuffled characters using the Fisher Yates shuffling algorithm. Users can specify the length. The number of each type of character depends on the total length of the password and a random factor.

********

Copied!

The inspiration for this application came from students at a cohort I TA for during office hours. They had some good ideas and we played around with different strategies.

Here's the  repo.