API Endpoint live at: https://blastomussa.dev/generate/api/v1
HELP: https://blastomussa.dev/generate/api/help
Description: This API can be used to programatically generate passwords according to specified parameters
Example Usage: curl https://blastomussa.dev/generate/api/v1?params=xxx¶m2=xxx
- Maximum (int): max=18
- Minimum (int): min=8
- Number of Words (int): num_words=2
- Integers (bool): ints=true
- Number of Integers (int): num_ints=2
- Location of Integers (str)*: loc_ints=last
- Capital letters (bool): caps=true
- Number of Capitals (int): num_caps=1
- Location of Capitals (str)*: loc_caps=first
- Special Characters (bool): specs=true
- Number of Special Characters (int): num_specs=1
- Location of Special Characters (str)*: loc_specs=last
- Gibberish (bool): gib=false