Skip to main content

Module encrypt

Module encrypt 

Source

Functions§

decrypt_payload
Decrypt data using hybrid decryption: RSA‑OAEP to recover AES key, then AES‑GCM.
encrypt_payload
Encrypt data using hybrid encryption: AES‑GCM + RSA‑OAEP.