mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 00:17:49 +01:00
Encryption Information! :3
This commit is contained in:
parent
eeec2bf016
commit
e1894880da
1 changed files with 15 additions and 2 deletions
|
@ -285,9 +285,22 @@ margin-right: 100px;
|
||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||||
<p><i class="fas fa-shield-alt"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 We see the video title as: <br>
|
<p><i class="fas fa-shield-alt"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 <br>
|
||||||
<span style="font-family:'Monospace'"> <%=sha384(video.Title)%></span> <br>
|
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">Encryption Information!</div>
|
||||||
|
<div>
|
||||||
|
<p style="margin:0;">
|
||||||
|
Using SHA-384
|
||||||
</p>
|
</p>
|
||||||
|
Title: <span style="font-family:'Monospace'"> <%=sha384(video.Title)%></span><br>
|
||||||
|
ID: <span style="font-family:'Monospace'"> <%=sha384(video.id)%></span><br>
|
||||||
|
Chnl: <span style="font-family:'Monospace'"> <%=sha384(video.Channel.Name)%> </span>
|
||||||
|
Date: <span style="font-family:'Monospace'"> <%=sha384(btoa(Date.now()).toString())%> </span>
|
||||||
|
<br><br>
|
||||||
|
</div>
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Encryption">What the hell is Encryption??</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue