initial client emu

This commit is contained in:
zefie
2025-08-09 13:03:58 -04:00
parent 6905e0a5b9
commit 30d0891304
3 changed files with 647 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ class WTVSec {
const challenge_md5_challenge = CryptoJS.MD5(CryptoJS.enc.Hex.parse(challenge_dec_hex.slice(0, 160))).toString(CryptoJS.enc.Hex); // 80 bytes * 2
if (challenge_dec_hex.slice(160, 192) !== challenge_md5_challenge) { // 96 bytes * 2
console.log("Failed to process challenge (invalid key?)")
return "";
}