diff --git a/config/config.js b/config/config.js index 1c21c22..114cbec 100644 --- a/config/config.js +++ b/config/config.js @@ -29,8 +29,7 @@ module.exports = { key: '', passphrase: '', ca: '', - proxy: '', - rejectUnauthorized: true + proxy: "" }, options: [ { diff --git a/config/config.json b/config/config.json index 269ad62..9bb1c54 100644 --- a/config/config.json +++ b/config/config.json @@ -18,8 +18,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "options": [ { @@ -435,8 +434,8 @@ { "value": "VarInt Decode", "display": "VarInt Decode" }, { "value": "VarInt Encode", "display": "VarInt Encode" }, { "value": "View Bit Plane", "display": "View Bit Plane" }, - { "value": "VigenC(re Decode", "display": "VigenC(re Decode" }, - { "value": "VigenC(re Encode", "display": "VigenC(re Encode" }, + { "value": "Vigenère Decode", "display": "Vigenère Decode" }, + { "value": "Vigenère Encode", "display": "Vigenère Encode" }, { "value": "Whirlpool", "display": "Whirlpool" }, { "value": "Windows Filetime to UNIX Timestamp", diff --git a/package-lock.json b/package-lock.json index 3e111ad..6e6abc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "CyberChefIntegration", - "version": "3.2.5", + "version": "3.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2934,4 +2934,4 @@ "integrity": "sha512-+J9RrgTKOmlxFSDHo0pI1xM6BLVUv+o0ZT9ANtCxGkjIVCCUdx9alUF8Gm+dGLKbkkkidWIHFDZHDMpfITt4+w==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index dee8bf1..44552cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CyberChefIntegration", - "version": "3.2.5", + "version": "3.2.6", "main": "./integration.js", "private": true, "dependencies": { @@ -9,4 +9,4 @@ "esm": "^3.2.25", "lodash": "^4.17.21" } -} +} \ No newline at end of file