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

Method getIV

thirdparty/pydes/pyDes.py:161–163  ·  view source on GitHub ↗

getIV() -> bytes

(self)

Source from the content-addressed store, hash-verified

159 self._padmode = mode
160
161 def getIV(self):
162 """getIV() -> bytes"""
163 return self._iv
164
165 def setIV(self, IV):
166 """Will set the Initial Value, used in conjunction with CBC mode"""

Callers 4

cryptMethod · 0.80
setKeyMethod · 0.80
encryptMethod · 0.80
decryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected