Sekurator
How to use it
To generate passwords just use the following parameters:
https://sekurator.servus.at/generate?length=30
With ?length=
you can choose the length of the password to be generated.
https://sekurator.servus.at/generate?length=30&no_digit
With no_digit
you can generate a password that does not contain numbers.
https://sekurator.servus.at/generate?length=30&no_upper
With no_upper
you can generate a password that does not contain capital letters.
https://sekurator.servus.at/generate?length=30&no_punct
With no_punct
you can generate a password that does not contain any punctuation marks.
https://sekurator.servus.at/generate?length=30&no_digit&no_upper&no_punct
Of course you can also combine all parameters with each other.
https://sekurator.servus.at/generate?length=30&only_pass
With only_pass
you can have the password issued alone (without the surrounding text), if you need it for a script.