获取插件描述
(self)
| 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], |
nothing calls this directly
no outgoing calls
no test coverage detected