{
    "success": true,
    "data": {
        "passwords": [
            {
                "password": "iaTvllZzn9uuq",
                "length": 13,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "yH5CFF8NL9eR",
                "length": 12,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "UEIZLrkuYhahJLG6",
                "length": 16,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "PjDDiE1DPeyisO",
                "length": 14,
                "strength": "strong",
                "score": 5
            },
            {
                "password": "iEZr3MYS",
                "length": 8,
                "strength": "medium",
                "score": 4
            }
        ],
        "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-05-06 10:39:21"
}