MCPcopy
hub / github.com/ticarpi/jwt_tool / checkPsySig

Function checkPsySig

jwt_tool.py:300–303  ·  view source on GitHub ↗
(headDict, paylB64)

Source from the content-addressed store, hash-verified

298 return jwtNull
299
300def checkPsySig(headDict, paylB64):
301 newHead = buildHead('ES256', headDict)
302 jwtPsy = newHead+"."+paylB64+".MAYCAQACAQA"
303 return jwtPsy
304
305def checkAlgNone(headDict, paylB64):
306 alg1 = "none"

Callers 2

scanModePlaybookFunction · 0.85
runExploitsFunction · 0.85

Calls 1

buildHeadFunction · 0.85

Tested by

no test coverage detected