MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _fernet_key

Function _fernet_key

IntelOSINT.py:2014–2015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2012
2013
2014def _fernet_key():
2015 return INTELOSINT_CRED_KEY.encode("utf-8")
2016
2017
2018def _cred_xor_mask(key: bytes, nonce: bytes, length: int) -> bytes:

Callers 2

_encrypt_credsFunction · 0.85
_decrypt_credsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected