-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
258 lines (231 loc) · 11.5 KB
/
home.html
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<title>VIT Virtual Lab</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link rel= "stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" >
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<header>
<section id="intro" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center">
<nav class="main-nav d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About Cryptography</a></li>
<li><a href="#expts">Experiments</a></li>
<li><a href="#team">Developers</a> </li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav>
<div class="row">
<img src="./images/VI_logo.png" style="float: left; width:50px; height:50px" class="img-responsive">
</div><!-- .main-nav -->
<p style="font-family: 'Ubuntu', sans-serif; font-size: 30px; color:#add8e6; padding-top:100px;" align="left">
Vishwakarma Institute of Technology, Pune
<br>
<span style="font-size:40px;">Virtual Labs for Cryptography</span>
</p>
<div class="row">
<div class="col-md-6">
<img src="./images/CS3.gif" width="100%" height="100%">
</div>
</div>
</div>
</div>
</section><!-- #intro -->
</header><!-- #header -->
<br><br><br>
<main id="main">
<section id="about">
<header class="section-header">
<h3>About Cryptography</h3>
</header>
<br>
<div class="container">
<div class="row">
<div class="col-md-6">
<br><br><br>
<div class="about-img">
<img src="./images/c2.png" class="img-fluid img-responsive" alt="">
</div>
</div>
<div class="col-md-6">
<div class="about-content">
<p>Cryptography is an indispensable tool for protecting information in computer systems.
<br>Sending information over the internet is equivalent to writing a message on a postcard and sending it through the mail in that anyone in the post office (or internet service provider) can snoop on your private messages just by looking at it.
<br>Users should always encrypt any messages they send, ideally using a form of public key encryption. It's also a good idea to encrypt critical or sensitive files — anything from sets of family photos to company data like personnel records or accounting history.
<br>Cryptography is associated with the process of converting ordinary plain text into unintelligible text and vice-versa. It is a method of storing and transmitting data in a particular form so that only those for whom it is intended can read and process it.
</p>
</div>
</div>
</div>
<br><br><br>
<div class="row">
<div class=" col-md-6">
<div class="about-content" >
<br>
<p>Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. It is closely associated to encryption, which is the act of scrambling ordinary text into what's known as ciphertext and then back again upon arrival.
<br>Cryptography not only protects data from theft or alteration, but can also be used for user authentication. In addition, cryptography also covers the obfuscation of information in images using techniques such as steganography.
<br>This portal will enable you to know and practice different cryptography tools and know about it's encryption, decryption techniques.
</p>
</div>
</div>
<div class="col-md-6">
<div class="about-img">
<img src="./images/c1.jpg" class="img-fluid img-responsive" alt="">
</div>
</div>
</div>
</div>
</section><!-- #about -->
<br><br><br><br>
<section id="expts" class="section-bg">
<header class="section-header">
<h3>Experiments</h3>
</header>
<div class="container">
<div class="row">
<br><br>
<div class="col-md-2">
</div>
<div class="col-md-4" style="font-size:25px; padding-top:100px; font-family:'Ubuntu', sans-serif;">
<a href="./RSA.html">
RSA Algorithm Simulator
</a>
</div>
<div class="col-md-4">
<img src="./images/RSA-algorithm-structure.png" class="img-fluid img-responsive" align="center" alt="RSA">
</div>
</div>
<div class="row">
<br>
<div class="col-md-2">
</div>
<div class="col-md-4" style="font-size:25px; padding-top:100px; font-family:'Ubuntu', sans-serif;">
<a href="./DiffieHellman.html">
Diffie Hellman Key Exchange Simulator
</a>
</div>
<div class="col-md-4">
<img src="./images/diffie.jpg" class="img-fluid img-responsive" align="center" alt="RSA">
</div>
</div>
</div>
</section><!-- #experiments -->
<br><br><br><br><br><br>
<!--==========================
Team Section
============================-->
<section id="team" class="section-bg">
<div class="container">
<div class="section-header">
<h3>Developers</h3>
<h5>Tech-Amigos</h5>
</div>
<div class="container text-center" align="center">
<div class="row">
<div class="column col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src=".\images\team\female_avatar.jpg" class="img-fluid img-responsive"alt="">
<div class="member-info">
<div class="member-info-content">
<h5>Member Name</h5>
</div>
</div>
<div>
</div>
</div>
</div>
<div class="column col-md-6 wow fadeInUp">
<div class="member">
<img src=".\images\team\female_avatar.jpg" class="img-fluid img-responsive"alt="">
<div class="member-info">
<div class="member-info-content">
<h5>Member Name</h5>
</div>
</div>
</div>
</div>
<div class=" column col-md-6 wow fadeInUp">
<div class="member">
<img src=".\images\team\male_avatar.png" class="img-fluid img-responsive"alt="">
<div class="member-info">
<div class="member-info-content">
<h5>Member Name</h5>
</div>
</div>
</div>
</div>
<div class="column col-md-6 wow fadeInUp" >
<div class="member">
<img src=".\images\team\female_avatar.jpg" class="img-fluid img-responsive" alt="">
<div class="member-info">
<div class="member-info-content">
<h5>Member Name</h5>
</div>
</div>
</div>
</div>
<div class="column col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src=".\images\team\female_avatar.jpg" class="img-fluid img-responsive"alt="">
<div class="member-info">
<div class="member-info-content">
<h5>Member Name</h5>
</div>
</div>
<div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<!-- #team -->
</main>
<footer id="footer">
<div class="footer-middle" style="background:#000000;">
<div class="row align-self-center justify-content-center text-center" style="color:#ffffff;">
<div class="col-md-4">
<img src="./images/VI_logo.png" style="width:150px; height:150px; display: block;padding:10px;" class="img-responsive img-fluid center-block">
</div>
<div class="col-md-4">
<span><b>Contact Us</b></span><br>
<span>Phone: <a href="tel:91 9000000000" style="color: #ffffff;">+91 90000 00000</a></span><br>
<span>Email ID: <a href="mailto:[email protected]" style="color: #ffffff;">[email protected]</a></span>
</div>
<div class="col-md-4">
<span><strong>Tech-Amigos</strong></span><br>
<span>Vishwakarma Institute of Technology<br>666, Upper Indira Nagar,<br>
Bibwewadi, Pune, Maharashtra 411037</span>
</div>
</div>
<!-- Copyright -->
<div class=" row text-center" style="color:#ffffff;"> © 2020 Copyright:
<span>Tech-Amigos</span>
</div>
</div>
<!-- Copyright -->
</footer>
</body>
</html>