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?? +

+ +