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

Method get_encryption_algorithm

StegaPy/config.py:61–63  ·  view source on GitHub ↗

获取当前配置的加密算法名称(如 AES128)。

(self)

Source from the content-addressed store, hash-verified

59 self.password = password
60
61 def get_encryption_algorithm(self):
62 """获取当前配置的加密算法名称(如 AES128)。"""
63 return self.encryption_algorithm
64
65 def set_encryption_algorithm(self, algorithm):
66 """指定运行时所需的加密算法。"""

Callers 6

embed_dataMethod · 0.80
extract_dataMethod · 0.80
to_bytesMethod · 0.80
extract_dataFunction · 0.80
embed_dataFunction · 0.80
extract_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected