MCPcopy Create free account
hub / github.com/MearaY/StegaPy / extract_msg_filename

Method extract_msg_filename

StegaPy/plugin/base.py:58–61  ·  view source on GitHub ↗

从隐写数据中提取消息文件名

(self, stego_data: bytes, 
                             stego_filename: Optional[str])

Source from the content-addressed store, hash-verified

56 raise NotImplementedError
57
58 def extract_msg_filename(self, stego_data: bytes,
59 stego_filename: Optional[str]) -> str:
60 """从隐写数据中提取消息文件名"""
61 raise NotImplementedError
62
63 def extract_data(self, stego_data: bytes, stego_filename: Optional[str],
64 orig_sig_data: Optional[bytes] = None) -> bytes:

Callers 3

extract_dataMethod · 0.45
extract_dataFunction · 0.45
extract_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected