003 File Manager
Current Path:
/usr/local/lib/python3.8/site-packages/Cryptodome/IO
usr
/
local
/
lib
/
python3.8
/
site-packages
/
Cryptodome
/
IO
/
📁
..
📄
PEM.py
(6.81 KB)
📄
PEM.pyi
(303 B)
📄
PKCS8.py
(8.51 KB)
📄
PKCS8.pyi
(474 B)
📄
_PBES.py
(15.97 KB)
📄
_PBES.pyi
(489 B)
📄
__init__.py
(1.5 KB)
📁
__pycache__
Editing: _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: ...
Upload File
Create Folder