update class header comments

This commit is contained in:
zefie
2021-08-08 17:22:31 -04:00
parent 02c92b8527
commit c81279310b
2 changed files with 9 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ var EventEmitter = require('events').EventEmitter;
* Originally reverse engineered from the box * Originally reverse engineered from the box
* *
* By: Eric MacDonald (eMac) * By: Eric MacDonald (eMac)
* Modified By: zefie
*/ */
class WTVLzpf { class WTVLzpf {

View File

@@ -2,13 +2,14 @@ const CryptoJS = require('crypto-js');
const endianness = require('endianness'); const endianness = require('endianness');
var crypto = require('crypto'); var crypto = require('crypto');
/***********************************\ /**
|* Special Thanks to: *| * Javascript implementation of WTVP Security
|* eMac (Eric MacDonald) *| *
|* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *| * Special Thanks to eMac (Eric MacDonald)
|* For the encryption/decryption *| * For the encryption/decryption information and process
|* information and process *| *
\***********************************/ * By: zefie
*/
class WTVSec { class WTVSec {
// Initial Shared Key, in Base64 Format // Initial Shared Key, in Base64 Format