UNPKG

cross-crypto-ts

Version:

Hybrid encryption library for secure communication between TypeScript and Python using AES-GCM (256-bit) and RSA-OAEP (4096-bit).

7 lines 213 B
export declare function decryptHybrid(encryptedData: { encryptedKey: string; encryptedData: string; nonce: string; tag: string; }, privateKeyPem: string): any; //# sourceMappingURL=decrypt.d.ts.map