PHP WebShell
Текущая директория: /var/www/bitcardoApp/node_modules/aes-js/lib.esm
Просмотр файла: mode.js
import { AES } from "./aes.js";
export class ModeOfOperation {
constructor(name, key, cls) {
if (cls && !(this instanceof cls)) {
throw new Error(`${name} must be instantiated with "new"`);
}
Object.defineProperties(this, {
aes: { enumerable: true, value: new AES(key) },
name: { enumerable: true, value: name }
});
}
}
//# sourceMappingURL=mode.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!