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

Function now_z

Scripts/ButSystem.py:665–675  ·  view source on GitHub ↗

now_z. Internal helper function. This docstring was added automatically to improve maintainability. Returns: Varies.

()

Source from the content-addressed store, hash-verified

663 out = decryptor.update(chunk)
664 if out:
665 yield out
666 out = decryptor.finalize()
667 if out:
668 yield out
669
670def aesgcm_encrypt_text(plaintext: str) -> str:
671 """aesgcm_encrypt_text.
672
673Internal helper function.
674
675This docstring was added automatically to improve maintainability.
676
677Args:
678 plaintext: Parameter.

Callers 15

set_user_prefsFunction · 0.70
_trusted_device_touchFunction · 0.70
_issue_trusted_deviceFunction · 0.70
_chat_lock_setFunction · 0.70
ensure_profile_rowFunction · 0.70
set_profileFunction · 0.70
set_profile_picFunction · 0.70
remove_profile_picFunction · 0.70
signupFunction · 0.70
device_accessFunction · 0.70
device_access_pollFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected