UNPKG

e2ee-adapter

Version:

Plug-and-play End-to-End Encryption middleware for Express.js and NestJS using hybrid AES-CBC + RSA encryption with secure key exchange

6 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.E2EEClient = void 0; var e2ee_client_1 = require("./e2ee-client"); Object.defineProperty(exports, "E2EEClient", { enumerable: true, get: function () { return e2ee_client_1.E2EEClient; } }); //# sourceMappingURL=index.js.map