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

Method get_description

StegaPy/plugin/lsb/lsb_plugin.py:33–35  ·  view source on GitHub ↗

获取插件描述

(self)

Source from the content-addressed store, hash-verified

31 return [Purpose.DATA_HIDING]
32
33 def get_description(self) -> str:
34 """获取插件描述"""
35 return "LSB(最低有效位)隐写算法,将数据隐藏在图像像素的最低有效位中"
36
37 def embed_data(self, msg: bytes, msg_filename: Optional[str],
38 cover: Optional[bytes], cover_filename: Optional[str],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected