golden hour
/opt/imunify360/venv/lib/python3.11/site-packages/Crypto/IO
⬆️ Go Up
Upload
File/Folder
Size
Actions
PEM.py
6.79 KB
Del
OK
PEM.pyi
303 B
Del
OK
PKCS8.py
8.86 KB
Del
OK
PKCS8.pyi
480 B
Del
OK
_PBES.py
15.94 KB
Del
OK
_PBES.pyi
489 B
Del
OK
__init__.py
1.5 KB
Del
OK
__pycache__
-
Del
OK
Edit: _PBES.pyi
from typing import Dict, Optional, Callable class PbesError(ValueError): ... class PBES1(object): @staticmethod def decrypt(data: bytes, passphrase: bytes) -> bytes: ... class PBES2(object): @staticmethod def encrypt(data: bytes, passphrase: bytes, protection: str, prot_params: Optional[Dict] = ..., randfunc: Optional[Callable[[int],bytes]] = ...) -> bytes: ... @staticmethod def decrypt(data:bytes, passphrase: bytes) -> bytes: ...
Save