Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenjj/espoofer
/ functions
Functions
109 in github.com/chenjj/espoofer
⨍
Functions
109
◇
Types & classes
26
Function
get_txt_dnspython
Return a TXT record associated with a DNS name.
dkim/dnsplug.py:28
Function
get_txt_pydns
Return a TXT record associated with a DNS name.
dkim/dnsplug.py:39
Function
hash_headers_ed25519
Update hash for signed message header fields.
dkim/__init__.py:233
Method
hexdigest
(self)
dkim/__init__.py:129
Function
parser_error
(errmsg)
espoofer.py:27
Function
quoted_printable
(value)
common/common.py:8
Function
sign
Sign an RFC822 message and return the DKIM-Signature header line. @param message: an RFC822 formatted message (with either \\n or \\r\\n line endi
dkim/__init__.py:1237
Function
text
Normalize bytes/str to str for python 2/3 compatible doctests. >>> text(b'foo') 'foo' >>> text(u'foo') 'foo' >>> text('foo') '
dkim/__init__.py:355
Function
verify
Verify the first (topmost) DKIM signature on an RFC822 formatted message. @param message: an RFC822 formatted message (with either \\n or \\r\\n l
dkim/__init__.py:1263
← previous
101–109 of 109, ranked by callers