full encrypted convo to splash
This commit is contained in:
9
hacktv_updsrv/ServiceVault/wtv-1800/test.js
Normal file
9
hacktv_updsrv/ServiceVault/wtv-1800/test.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var wtv = new WTVNetworkSecurity();
|
||||
var test = CryptoJS.enc.Utf8.parse("this is a test");
|
||||
var test2 = wtv.wordArrayToUint8Array(test);
|
||||
var test3 = CryptoJS.lib.WordArray.create(test2);
|
||||
headers = `200 OK
|
||||
Connection: Close
|
||||
Content-type: text/plain`
|
||||
|
||||
data = test3.toString(CryptoJS.enc.Utf8);
|
||||
Reference in New Issue
Block a user