-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenssl.html
More file actions
119 lines (116 loc) · 6.02 KB
/
openssl.html
File metadata and controls
119 lines (116 loc) · 6.02 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<head>
<title>CyberHashira | OpenSSL tutorials.</title>
<meta charset="UTF-8">
<meta name="description" content="This video tutorial series teaches you how to use the OpenSSL utility. OpenSSL is a highly popular cryptographic tool. My goal is to cover every feature of OpenSSL eventually. Whether you're a beginner or an advanced user, I'm sure there will be something for you.">
<meta name="keywords" content="OpenSSL, OpenSSL Tutorials, Generating Keys using OpenSSL, Generating Certificates using OpenSSL, OpenSSL CA, Encryption using OpenSSL, Signing Using OpenSSL.">
<meta name="author" content="Cyber Hashira">
</head>
<link rel="stylesheet" href="css/style.css">
<div style="position: absolute;top:5px;left:10px">
<a href="index.html"><img src="images/ch_logo.jpg" width="10%"></a>
</div>
<h1>Cyber Hashira | OpenSSL</h1>
<br><br>
<table id="itemlist" style="position: center">
<tr>
<th>#</th>
<th width="20%">Video Title</th>
<th width=45%>Description</th>
<th width=25%>Notes</th>
<th width="10%">Video link</th>
</tr>
<tr>
<td>1.</td>
<td>Introduction to OpenSSL</td>
<td>This video is an introduction to OpenSSL. You will learn what OpenSSL is, how it works and how to build OpenSSL.</td>
<td><a href="notes/openssl/build_openssl_from_source.html" target="_blank">Building OpenSSL from Source</a></td>
<td><a href="https://youtu.be/O1OaJmrRHrw" target="_black"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>2.</td>
<td>Verifying Integrity using OpenSSL</td>
<td>In this video, you will learn how use hashing to verify the integrity of file.</td>
<td>Missing</td>
<td><a href="https://youtu.be/43yPfJUxRCQ" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>3.</td>
<td>Encryption Using OpenSSL</td>
<td>This video shows how to encrypt your data using OpenSSL.</td>
<td><a href="notes/openssl/encryption_using_openssl.html" target="_blank">Encryption Using OpenSSL</a></td>
<td><a href="https://youtu.be/Azp_zDgFAGk" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>4.</td>
<td>Generating Key Pairs using OpenSSL.</td>
<td>This video shows how to generate keypairs or Asymmetric keys using OpenSSL.</td>
<td><a href="notes/openssl/generating_asymmetric_keys.html" target="_blank">Generating Asymmetric Keys</a></td>
<td><a href="https://youtu.be/VCDIpq84gVA" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>5.</td>
<td>Generating Digital Signatures using OpenSSL.</td>
<td>This video is all about generating digital signatures using OpenSSL.</td>
<td><a href="notes/openssl/digital_signatures_using_openssl.html" target="_blank">Digital Signatures Using OpenSSL</a></td>
<td><a href="https://youtu.be/XEd0mRrlYHY" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>6.</td>
<td>HMAC and CMAC using OpenSSL</td>
<td>This video teaches you how to use HMAC and CMAC using OpenSSL.</td>
<td><a href="notes/openssl/mac_using_OpenSSL.html" target="_blank">MAC Using OpenSSL</a></td>
<td><a href="https://youtu.be/bvOFbPIOsY8" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>7.</td>
<td>Digital Certificates using OpenSSL</td>
<td>This video teaches you how to generate Digital Certificates using OpenSSL.</td>
<td><a href="notes/openssl/generate_digital_certificates_using_openssl.html" target="_blank">Digital Certificates Using OpenSSL</a><br><a href="notes/openssl/root.cnf.html" target="_blank">root.cnf</a><br><a href="notes/openssl/cyberhashira.cnf.html" target="_blank">cyberhashira.cnf</a></td>
<td><a href="https://youtu.be/2C6hJMGFTYk" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>8.</td>
<td>Introduction to OpenSSL Engines.</td>
<td>This video introduces you to engines in OpenSSL.</td>
<td><a href="notes/openssl/openssl_engines.html" target="_blank">OpenSSL Engines</a></td>
<td><a href="https://youtu.be/Vu1Z5ip0PpM" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>9.</td>
<td>Setting up 2-Tier CA using OpenSSL</td>
<td>This video teaches you how to setup your own 2-tier PKI using OpenSSL.</td>
<td><a href="notes/openssl/setup_two_tier_PKI_using_openssl.html" target="_blank">Setup Two Tier PKI Using OpenSSL</a><br><a href="notes/openssl/myRoot.cnf.html" target="_blank">myRoot.cnf</a><br><a href="notes/openssl/myIssuing.cnf.html" target="_blank">myIssuing.cnf</a></td>
<td><a href="https://youtu.be/6h6gfLtRzqs" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>10.</td>
<td>Forks of OpenSSL</td>
<td>In this video, I talk about two popular forks of OpenSSL.</td>
<td>Not Required.</td>
<td><a href="https://youtu.be/IunBtZQZ-yU" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>11.</td>
<td>CMS using OpenSSL</td>
<td>This video is about Cryptographic Message Syntax.</td>
<td><a href="notes/openssl/openssl_cms.html" target="_blank">OpenSSL CMS</a></td>
<td><a href="https://youtu.be/Au1RhzK55y4" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>12.</td>
<td>Key formats using OpenSSL</td>
<td>This video teaches you how to generate and convert keys to different formats.</td>
<td><a href="notes/openssl/openssl_key_formats.html" target="_blank">OpenSSL Key Format</a></td>
<td><a href="https://youtu.be/Bva4oe5ewuQ" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
<tr>
<td>13.</td>
<td>Configuring Providers in OpenSSL 3.x</td>
<td>This video is introduces you to a feature introduced in OpenSSL 3.x called "Providers"</td>
<td><a href="notes/openssl/configuring_providers.html" target="_blank">Configuring Providers</a></td>
<td><a href="https://youtu.be/NPxaCCih1QI" target="_blank"><img src="images/yt_logo.png" width="50"></a></td>
</tr>
</table>
<div style="position:absolute;top: 5px;right: 5px;font-size: 8pt;">** Last updated : Feb-19-2024 **</div>
</html>