Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MearaY/StegaPy
/ set_encryption_algorithm
Method
set_encryption_algorithm
StegaPy/config.py:65–67 ·
view source on GitHub ↗
指定运行时所需的加密算法。
(self, algorithm)
Source
from the content-addressed store, hash-verified
63
return
self.encryption_algorithm
64
65
def
set_encryption_algorithm(self, algorithm):
66
""
"指定运行时所需的加密算法。"
""
67
self.encryption_algorithm = algorithm
68
Callers
1
from_bytes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected