update class header comments
This commit is contained in:
@@ -7,6 +7,7 @@ var EventEmitter = require('events').EventEmitter;
|
||||
* Originally reverse engineered from the box
|
||||
*
|
||||
* By: Eric MacDonald (eMac)
|
||||
* Modified By: zefie
|
||||
*/
|
||||
|
||||
class WTVLzpf {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user