UNPKG

strong-cryptor

Version:
5 lines 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IV_LENGTH = 16; // For AES, this is always 16 exports.ALGORITHM = 'aes-256-cbc'; //# sourceMappingURL=config.js.map