password generator (#395)

This commit is contained in:
Asim Aslam
2022-03-02 10:11:46 +00:00
committed by GitHub
parent 9b61a8d28e
commit 7ab702dd5b
13 changed files with 466 additions and 0 deletions

14
password/examples.json Normal file
View File

@@ -0,0 +1,14 @@
{
"generate": [{
"title": "Generate password",
"description": "Generate a strong password",
"run_check": false,
"request": {
"length": 16
},
"response": {
"password": "jSUHz74x8qW#aXRe"
}
}]
}