文件操作 - ARC4.pyi
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/Cryptodome/Cipher/ARC4.pyi
编辑文件内容
from typing import Any, Union, Iterable Buffer = Union[bytes, bytearray, memoryview] class ARC4Cipher: block_size: int key_size: int def __init__(self, key: Buffer, *args: Any, **kwargs: Any) -> None: ... def encrypt(self, plaintext: Buffer) -> bytes: ... def decrypt(self, ciphertext: Buffer) -> bytes: ... def new(key: Buffer, drop : int = ...) -> ARC4Cipher: ... block_size: int key_size: Iterable[int]
修改文件时间
将文件时间修改为当前时间的前一年
删除文件