MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / getKey

Method getKey

thirdparty/pydes/pyDes.py:126–128  ·  view source on GitHub ↗

getKey() -> bytes

(self)

Source from the content-addressed store, hash-verified

124 self._padmode = padmode
125
126 def getKey(self):
127 """getKey() -> bytes"""
128 return self.__key
129
130 def setKey(self, key):
131 """Will set the crypting key for this object."""

Callers 1

__create_sub_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected