Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MearaY/StegaPy
/ set_use_encryption
Method
set_use_encryption
StegaPy/config.py:49–51 ·
view source on GitHub ↗
设置是否启用数据加密。
(self, value)
Source
from the content-addressed store, hash-verified
47
return
self.use_encryption
48
49
def
set_use_encryption(self, value):
50
""
"设置是否启用数据加密。"
""
51
self.use_encryption = value
52
53
def
get_password(self):
54
""
"获取当前设置的加密/水印密码。"
""
Callers
1
from_bytes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected