From c81279310b8533ee60c769780c69abd427f7144f Mon Sep 17 00:00:00 2001 From: zefie Date: Sun, 8 Aug 2021 17:22:31 -0400 Subject: [PATCH] update class header comments --- zefie_wtvp_minisrv/WTVLzpf.js | 1 + zefie_wtvp_minisrv/WTVSec.js | 15 ++++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/zefie_wtvp_minisrv/WTVLzpf.js b/zefie_wtvp_minisrv/WTVLzpf.js index cddfb805..4bc656a1 100644 --- a/zefie_wtvp_minisrv/WTVLzpf.js +++ b/zefie_wtvp_minisrv/WTVLzpf.js @@ -7,6 +7,7 @@ var EventEmitter = require('events').EventEmitter; * Originally reverse engineered from the box * * By: Eric MacDonald (eMac) +* Modified By: zefie */ class WTVLzpf { diff --git a/zefie_wtvp_minisrv/WTVSec.js b/zefie_wtvp_minisrv/WTVSec.js index 7b2e53ee..cbdfe98a 100644 --- a/zefie_wtvp_minisrv/WTVSec.js +++ b/zefie_wtvp_minisrv/WTVSec.js @@ -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