UNPKG

cross-crypto-ts

Version:

Cifrado híbrido seguro con interoperabilidad entre lenguajes como Python, TypeScript y Rust, basado en AES-GCM (256 bits) y RSA-OAEP (4096 bits).

3 lines 195 B
import { EncryptedPayload } from './types'; export declare function decryptHybrid(encrypted: EncryptedPayload, privateKeyPem: string, outPath?: string): any; //# sourceMappingURL=decrypt.d.ts.map