Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Method · 0.80
extract_data
Method · 0.80
generate_signature
Method · 0.80
generate_signature
Method · 0.80
embed_data
Method · 0.80
extract_msg_filename
Method · 0.80
extract_data
Method · 0.80
extract_data
Function · 0.80
generate_signature
Function · 0.80
embed_data
Function · 0.80
extract_data
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected