padding-oracle-attacker
Version:
CLI tool and library to execute padding oracle attacks easily
9 lines • 384 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const bluebird_1 = __importDefault(require("bluebird"));
global.Promise = bluebird_1.default;
exports.default = bluebird_1.default;
//# sourceMappingURL=bluebird.js.map
;