MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _sha256_hex

Function _sha256_hex

Scripts/ButSystem.py:1371–1376  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

1369 conn.close()
1370
1371 cards: List[Dict[str, object]] = []
1372 for r in rows:
1373 u = r["username"]
1374 if exclude and u == exclude:
1375 continue
1376 nick = u
1377 try:
1378 if r["nickname_enc"]:
1379 nick = aesgcm_decrypt_text(r["nickname_enc"]) or u

Callers 2

_trusted_device_lookupFunction · 0.70
_issue_trusted_deviceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected