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

Method extract_data

StegaPy/plugin/base.py:63–66  ·  view source on GitHub ↗

从隐写数据中提取消息

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

Source from the content-addressed store, hash-verified

61 raise NotImplementedError
62
63 def extract_data(self, stego_data: bytes, stego_filename: Optional[str],
64 orig_sig_data: Optional[bytes] = None) -> bytes:
65 """从隐写数据中提取消息"""
66 raise NotImplementedError
67
68 def generate_signature(self) -> bytes:
69 """生成签名数据(用于水印)"""

Callers 3

check_markMethod · 0.95
extract_dataFunction · 0.45
extract_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected