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).

5 lines 144 B
export declare function generateRSAKeys(bits?: number): { publicKey: string; privateKey: string; }; //# sourceMappingURL=keygen.d.ts.map