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

Method setKey

thirdparty/pydes/pyDes.py:411–414  ·  view source on GitHub ↗

Will set the crypting key for this object. Must be 8 bytes.

(self, key)

Source from the content-addressed store, hash-verified

409 self.setKey(key)
410
411 def setKey(self, key):
412 """Will set the crypting key for this object. Must be 8 bytes."""
413 _baseDes.setKey(self, key)
414 self.__create_sub_keys()
415
416 def __String_to_BitList(self, data):
417 """Turn the string data, into a list of bits (1, 0)'s"""

Callers 2

__init__Method · 0.95
setKeyMethod · 0.45

Calls 1

__create_sub_keysMethod · 0.95

Tested by

no test coverage detected