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

Method __init__

thirdparty/pydes/pyDes.py:708–710  ·  view source on GitHub ↗
(self, key, mode=ECB, IV=None, pad=None, padmode=PAD_NORMAL)

Source from the content-addressed store, hash-verified

706 with this instance.
707 """
708 def __init__(self, key, mode=ECB, IV=None, pad=None, padmode=PAD_NORMAL):
709 _baseDes.__init__(self, mode, IV, pad, padmode)
710 self.setKey(key)
711
712 def setKey(self, key):
713 """Will set the crypting key for this object. Either 16 or 24 bytes long."""

Callers

nothing calls this directly

Calls 2

setKeyMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected