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

Method get_password

StegaPy/config.py:53–55  ·  view source on GitHub ↗

获取当前设置的加密/水印密码。

(self)

Source from the content-addressed store, hash-verified

51 self.use_encryption = value
52
53 def get_password(self):
54 """获取当前设置的加密/水印密码。"""
55 return self.password
56
57 def set_password(self, password):
58 """设置用于加密或水印操作的凭证密码。"""

Callers 11

embed_dataMethod · 0.80
extract_dataMethod · 0.80
generate_signatureMethod · 0.80
generate_signatureMethod · 0.80
embed_dataMethod · 0.80
extract_msg_filenameMethod · 0.80
extract_dataMethod · 0.80
extract_dataFunction · 0.80
generate_signatureFunction · 0.80
embed_dataFunction · 0.80
extract_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected