-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 2.26 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<head>
<title>Cyber Hashira</title>
<meta charset="UTF-8">
<meta name="description" content="Free video tutorials for utilities and topics related to Cryptograhy.">
<meta name="keywords" content="OpenSSL, PKCS#11, keytool, Cryptography, tutorials">
<meta name="author" content="Cyber Hashira">
</head>
<link rel="stylesheet" href="css/style.css">
<div style="position: absolute;top:5px;right: 10px; font-size: 12pt;">
<a href="https://www.youtube.com/@CyberHashira" target="_blank"><img src="images/yt_logo.png" width="25"> CyberHashira</a>
</div>
<div style="position:absolute; top:5px; left:10px">
<a href="index.html"><img src="images/ch_logo.jpg" width="10%"></a>
</div>
<body>
<h1>CYBER HASHIRA</h1>
<div style="text-align: center;font-size: 10pt;color:lightblue">** Learn, Explore, Encrypt! **</div>
<br><br>
<p style="margin-left: 100px; margin-right : 100px; border-radius: 10px; padding: 15px; background-color: lightgrey; color:black">
Hey!<br><br>
Welcome to the companion webpage for my YouTube channel, CyberHashira. This is a space where you can find notes related to my YouTube tutorials. If you enjoy textual references, these notes might be just what you're looking for. While updating videos directly can be a challenge, these notes offer a flexible way to share the latest information with you. I'll ensure they stay current and make updates whenever necessary. Alongside the notes, this webpage offers a carefully selected list of links, leading to various RFC pages, documents, and related articles. For developers out there, there are sample codes that might help clarify certain concepts. <br><br>
And by the way, you'll also find some insights on topics I haven't had the chance to dive into in my videos. If you think this stuff is as cool as I do and want to stay updated, just hit that subscribe button. Every new subscriber keeps the channel rolling and the content coming. Cheers to learning and growing together in the world of cryptography!
</p>
<div style="margin: 100px; font-size: 16pt;">
NOTES - <br><br>
-> <a href="javacryptography.html">Java Cryptograhy</a> <br><br>
-> <a href="openssl.html">OpenSSL</a> <br><br>
-> <a href="pkcs11.html">PKCS #11</a> <br>
</div>
</body>
</html>