Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
crypt
Method · 0.80
setKey
Method · 0.80
encrypt
Method · 0.80
decrypt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected