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
*
* By: Eric MacDonald (eMac)
* Modified By: zefie
*/
class WTVLzpf {

View File

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