From e1894880dab3e71576665412a05ce40696cf0373 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 4 Aug 2022 12:12:24 +0300 Subject: [PATCH] Encryption Information! :3 --- html/poketube.ejs | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 3db76594..57d8dabc 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -285,9 +285,22 @@ margin-right: 100px;


-

The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 We see the video title as:
- <%=sha384(video.Title)%>
+

The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3
+

Encryption Information!
+
+

+ Using SHA-384

+ Title: <%=sha384(video.Title)%>
+ ID: <%=sha384(video.id)%>
+ Chnl: <%=sha384(video.Channel.Name)%> + Date: <%=sha384(btoa(Date.now()).toString())%> +

+
+ What the hell is Encryption?? +

+ +