文件操作 - _openssh.pyi
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/Cryptodome/PublicKey/_openssh.pyi
编辑文件内容
from typing import Tuple def read_int4(data: bytes) -> Tuple[int, bytes]: ... def read_bytes(data: bytes) -> Tuple[bytes, bytes]: ... def read_string(data: bytes) -> Tuple[str, bytes]: ... def check_padding(pad: bytes) -> None: ... def import_openssh_private_generic(data: bytes, password: bytes) -> Tuple[str, bytes]: ...
修改文件时间
将文件时间修改为当前时间的前一年
删除文件