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

Method getPadding

thirdparty/pydes/pyDes.py:143–145  ·  view source on GitHub ↗

getPadding() -> bytes of length 1. Padding character.

(self)

Source from the content-addressed store, hash-verified

141 self._mode = mode
142
143 def getPadding(self):
144 """getPadding() -> bytes of length 1. Padding character."""
145 return self._padding
146
147 def setPadding(self, pad):
148 """setPadding() -> bytes of length 1. Padding character."""

Callers 3

_padDataMethod · 0.95
_unpadDataMethod · 0.95
cryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected