Skip to content

Security: Lappy000/keyleak

Security

docs/SECURITY.md

Security Module

Overview

The SECURITY module provides core functionality for keyleak.

Installation

pip install keyleak

Usage

from keyleak.SECURITY import Handler

handler = Handler()
await handler.execute()

Configuration

Parameter Type Default Description
timeout int 30 Operation timeout in seconds
retries int 3 Number of retry attempts
verbose bool False Enable verbose logging

API Reference

Handler.execute(*args, **kwargs)

Execute the operation with optional arguments.

Returns: Any - The operation result.

Raises: RuntimeError - If the operation fails after retries.

There aren't any published security advisories