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

Method set_password

StegaPy/config.py:57–59  ·  view source on GitHub ↗

设置用于加密或水印操作的凭证密码。

(self, password)

Source from the content-addressed store, hash-verified

55 return self.password
56
57 def set_password(self, password):
58 """设置用于加密或水印操作的凭证密码。"""
59 self.password = password
60
61 def get_encryption_algorithm(self):
62 """获取当前配置的加密算法名称(如 AES128)。"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected