__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from collections.abc import Callable, Iterable from datetime import timedelta from hashlib import _Hash from typing import Any def long_to_bytes(n: int, blocksize: int | None = 0) -> bytes: ... def long_to_base64(data: int, size: int | None = 0) -> bytes: ... def int_arr_to_long(arr: Iterable[Any]) -> int: ... def base64_to_long(data: str | bytes) -> int: ... def calculate_at_hash(access_token: str, hash_alg: Callable[[bytes], _Hash]) -> str: ... def base64url_decode(input: bytes) -> bytes: ... def base64url_encode(input: bytes) -> bytes: ... def timedelta_total_seconds(delta: timedelta) -> int: ... def ensure_binary(s: str | bytes) -> bytes: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| backends | Folder | 0755 |
|
|
| __init__.pyi | File | 230 B | 0644 |
|
| constants.pyi | File | 1.35 KB | 0644 |
|
| exceptions.pyi | File | 434 B | 0644 |
|
| jwe.pyi | File | 750 B | 0644 |
|
| jwk.pyi | File | 495 B | 0644 |
|
| jws.pyi | File | 939 B | 0644 |
|
| jwt.pyi | File | 1004 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| utils.pyi | File | 656 B | 0644 |
|