[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.91.238: ~ $
from typing import Dict, Tuple, Optional, Union, Callable

from Crypto.Util.asn1 import DerObject

def wrap(private_key: bytes,
         key_oid: str,
	 passphrase: Union[bytes, str] = ...,
	 protection: str = ...,
         prot_params: Dict = ...,
	 key_params: Optional[DerObject] = ...,
	 randfunc: Optional[Callable[[int],str]]  = ...) -> bytes: ...


def unwrap(p8_private_key: bytes, passphrase: Optional[Union[bytes, str]] = ...) -> Tuple[str, bytes, Optional[bytes]]: ...

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
PEM.py File 6.79 KB 0644
PEM.pyi File 303 B 0644
PKCS8.py File 8.86 KB 0644
PKCS8.pyi File 480 B 0644
_PBES.py File 15.94 KB 0644
_PBES.pyi File 489 B 0644
__init__.py File 1.5 KB 0644