UNPKG

padding-oracle-attacker

Version:

CLI tool and library to execute padding oracle attacks easily

9 lines 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const pkg = require('../package.json'); // eslint-disable-line const GITHUB_REPO_URL = `https://github.com/${pkg.repository}`; exports.DEFAULT_USER_AGENT = `${pkg.name}/${pkg.version} (${GITHUB_REPO_URL})`; exports.CACHE_FILE_PATH = 'poattack-cache.json.gz.txt'; exports.PKG_NAME = pkg.name; exports.PKG_VERSION = pkg.version; //# sourceMappingURL=constants.js.map