A simple API for generation passwords. You can choose:
- The
lengthof the password - If you want
numbersor not - If you want
symboldor not
Lower and Upper caseses can't be toggled off.
...
Calling the base url processes the request as such:
{
length: 30,
put_numbers: true,
put_symbols: true,
}You can put your unique request thorough: /config?length=<int>&put_numbers=<bool>&put_symbols=<bool>
RenaMice.