Experimental: replace OpenSSL RC4 functions with pure JS ('npm install' required)

This commit is contained in:
zefie
2023-08-26 13:59:47 -04:00
parent 67ac8ec29d
commit c9f78b1e3b
3 changed files with 22 additions and 15 deletions

View File

@@ -6,8 +6,7 @@
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node --openssl-legacy-provider app.js",
"start16": "node app.js",
"start": "node app.js",
"test": "node test.js"
},
"author": {
@@ -40,6 +39,7 @@
"newsie": "^1.2.1",
"nntp-server-zefie": "^3.1.0",
"proxy-agent": "^6.3.0",
"rc4-crypto": "^1.5.0",
"sanitize-html": "^2.11.0",
"socks-proxy-agent": "^8.0.1",
"strftime": "^0.10.2",