see it here: https://mikeymanoguerra.github.io/random-string-generator/
- Uses browser crypto API to generate a random string.
- The user can decide what combination of characters to use when generating the string.
- An optional delimeter can be added to the string, breaking hash into semiregular lengthed chunks seperated by chosen delimeter char.
- Uses vanilla js, html, and css only.
- minimal styling used as that was not the purpose of this exercise.