{
    "success": true,
    "data": {
        "passwords": [
            {
                "password": "7HRjXMfThbyd9rJ",
                "length": 15,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "FXaht2ZrvVMtkeY",
                "length": 15,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "jYvjN6aTCepvK",
                "length": 13,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "iuXyyW1WfyIoHbke",
                "length": 16,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "gFu0IrNDtInLf41",
                "length": 15,
                "strength": "strong",
                "score": 5
            }
        ],
        "count": 5,
        "options_used": {
            "min_length": 8,
            "max_length": 16,
            "count": 5,
            "include_lowercase": true,
            "include_uppercase": true,
            "include_numbers": true,
            "include_symbols": false,
            "exclude_ambiguous": false,
            "no_repeated_chars": false,
            "must_include_each_type": true,
            "custom_symbols": ""
        }
    },
    "generation_info": {
        "length_range": "8-16 characters",
        "character_types": {
            "lowercase": "included",
            "uppercase": "included",
            "numbers": "included",
            "symbols": "excluded"
        },
        "security_options": {
            "exclude_ambiguous": "disabled",
            "no_repeated_chars": "disabled",
            "must_include_each_type": "enabled"
        }
    },
    "timestamp": "2026-06-20 18:25:07"
}