📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 16:35:15
📂
/
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
Crypto
/
IO
✏️
Editing: PEM.pyi
from typing import Tuple, Optional, Callable def encode(data: bytes, marke: str, passphrase: Optional[bytes] = ..., randfunc: Optional[Callable[[int],bytes]] = ...) -> str: ... def decode(pem_data: str, passphrase: Optional[bytes] = ...) -> Tuple[bytes, str, bool]: ...
💾 Save Changes
❌ Cancel