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 206 B
export declare function encryptHybrid(data: object, publicKeyPem: string): { encryptedKey: string; encryptedData: string; nonce: string; tag: string; }; //# sourceMappingURL=encrypt.d.ts.map