golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/Cryptodome/IO
⬆️ Go Up
Upload
File/Folder
Size
Actions
PEM.py
6.81 KB
Del
OK
PEM.pyi
303 B
Del
OK
PKCS8.py
8.51 KB
Del
OK
PKCS8.pyi
474 B
Del
OK
_PBES.py
15.97 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