update class header comments
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user