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

Function aesgcm_decrypt_text

Scripts/ButSystem.py:624–644  ·  view source on GitHub ↗

aesgcm_decrypt_text. Internal helper function. This docstring was added automatically to improve maintainability. Args: blob_b64: Parameter. Returns: Varies.

(blob_b64: str)

Source from the content-addressed store, hash-verified

622 finally:
623 try:
624 if os.path.exists(tmp_plain):
625 os.remove(tmp_plain)
626 except Exception:
627 pass
628 try:
629 finalize_fn(ok, err)
630 except Exception:
631 pass
632 threading.Thread(target=worker, daemon=True).start()
633
634
635
636def aesgcm_decrypt_generator(src_path: str):
637 """aesgcm_decrypt_generator.
638
639Cryptography helper for encrypting/decrypting application data.
640
641This docstring was expanded to make future maintenance easier.
642
643Args:
644 src_path: Parameter.
645
646Returns:
647 Varies.

Callers 15

user_cardsFunction · 0.70
get_profileFunction · 0.70
chat_withFunction · 0.70
_dm_build_message_dictFunction · 0.70
api_dm_sinceFunction · 0.70
api_group_sinceFunction · 0.70
api_locationsFunction · 0.70
group_chatFunction · 0.70
group_sendFunction · 0.70
group_pollFunction · 0.70
profiler_listFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected