UNPKG

secure-encryption-lib

Version:

A TypeScript library for secure encryption using AES & RSA with automatic key rotation.

10 lines (9 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_SECURE_ENCRYPTION_CONFIG = void 0; /** * Default Secure Encryption Configurations */ exports.DEFAULT_SECURE_ENCRYPTION_CONFIG = { SECURE_ENCRYPTION_TOKEN_EXPIRY_IN_SECS: 900 };