Response |
{
"error": false,
"errorCode": 0,
"data": {
"challenges": [
{
"challengeText": "What is the name of the main character in your favorite book?",
"minLength": 4,
"maxLength": 200,
"adminDefined": true,
"required": false,
"answer": {
"type": "SHA1_SALT",
"answerHash": "Q8zzP3Tyo5i4IKDaT1stkbh/m80=",
"salt": "3ZxfxbmlF4yp2KfDOAkDvMP9EgGOgkPL",
"hashCount": 100000,
"caseInsensitive": true
}
},
{
"challengeText": "What is your least favorite film of all time?",
"minLength": 4,
"maxLength": 200,
"adminDefined": true,
"required": false,
"answer": {
"type": "SHA1_SALT",
"answerHash": "rzBiYIvZvdbbCrXgoUDtqKdwrh0=",
"salt": "RoaMiuCNBXZjK9vqeV7xYdRsKdL0D1wi",
"hashCount": 100000,
"caseInsensitive": true
}
},
{
"challengeText": "What street did you grow up on?",
"minLength": 4,
"maxLength": 200,
"adminDefined": true,
"required": false,
"answer": {
"type": "SHA1_SALT",
"answerHash": "3KhvS0YLV3qAso1QmtZzGiv36s0=",
"salt": "a27P1ke4Z4qchdcjepIjSikF8JKNa50U",
"hashCount": 100000,
"caseInsensitive": true
}
},
{
"challengeText": "Who is your favorite author?",
"minLength": 4,
"maxLength": 200,
"adminDefined": true,
"required": false,
"answer": {
"type": "SHA1_SALT",
"answerHash": "N8VLF4UN6+7IvPN/LVwSfZhCjm4=",
"salt": "oBulI5Y6u7JgrItFPbu8vMEJqhe3lq8o",
"hashCount": 100000,
"caseInsensitive": true
}
}
],
"helpdeskChallenges": [
{
"challengeText": "Helpdesk Question 1",
"minLength": 2,
"maxLength": 100,
"adminDefined": true,
"required": true,
"answer": {
"type": "HELPDESK",
"answerText": "Answer 1",
"hashCount": 0,
"caseInsensitive": false
}
},
{
"challengeText": "Helpdesk Question 2",
"minLength": 2,
"maxLength": 100,
"adminDefined": true,
"required": true,
"answer": {
"type": "HELPDESK",
"answerText": "Answer 2",
"hashCount": 0,
"caseInsensitive": false
}
}
],
"minimumRandoms": 2
}
}
|