forked from Yash-RajSingh/Despoina
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (275 loc) · 15.4 KB
/
Copy pathindex.html
File metadata and controls
292 lines (275 loc) · 15.4 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
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Despoina</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="images/logo.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/4e692b66fb.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="bg"></div>
<div id="main-container">
<header id="h">
<nav class="navbar navbar-collapse-sm navbar-expand-lg navbar-dark">
<div>
<a class="navbar-brand btn" id="here" href="#"> <span class="text">Text</span>
<span class="flip-front">Despoina</span>
<span class="flip-back">Despoina</span></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#sc"> <span id="btn"><span class="noselect">Strength
Checker</span><span id="circle"></span></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pg"> <span id="btn"><span class="noselect">Password
Generator</span><span id="circle"></span></span> </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#bt"><span id="btn"><span class="noselect">Bruteforce Time
Checker</span><span id="circle"></span></span> </a>
</li>
</ul>
</div>
</nav>
</header>
<div class="contain bg">
<div class="jumbotron text-center" style="margin-bottom:0">
<div class="row">
<div class="col">
<div class="bg-text">
<h1>Despoina</h1>
<p>A Web Based Password Tool</p>
</div>
</div>
</div>
</div>
</div>
<div class="mybtn">
<a href="#h">
<button class="top"><svg width="24" height="24" viewBox="0 0 24 24">
<path d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z" />
</svg></button>
</a>
</div>
<div class="contain" style="padding: 6rem 0 5rem 0;">
<div class="jumbotron" style="margin-bottom:0">
<div class="row">
<div class="col">
<section id="ab">
<h2 align="center"><span class="text-shadow">Why Despoina?</span></h2>
<br>
<div style="width:60%; margin-left: auto; margin-right: auto;">
<h3><i class="fas fa-caret-right"></i> Why Use This Tool?</h3>
<p>It is the Ultimate Web based password tool. Our tool provides Strength Checker,
Password Generator and Bruteforce Time Checker all in one
place.</p>
</div>
<br><br>
<div style="width:60%; margin-left: auto; margin-right: auto;">
<p>Have a password, check its Strength<br>
Dont have a password, get one with our passowrd generator.<br>
Do you want to know how long would it take for bruteforcing your password use
Bruteforce Time Checker.
</p>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="contain" style="padding: 6rem 0 5rem 0;">
<div class="jumbotron" style="margin-bottom:0">
<div class="row">
<div class="col">
<section>
<h2 align="center"><span class="text-shadow">Tips</span></h2>
<br>
<div style="width:60%; margin-left: auto; margin-right: auto;">
<h3><i class="fas fa-caret-right"></i> WHY IS IMPORTANT TO HAVE STRONG PASSWORD</h3>
Passwords provide the first line of defense against unauthorized access to your computer
and
personal
information. The stronger your password, the more protected your computer will be from
hackers
and
malicious software. You should maintain strong passwords for all accounts on your
computer.
</div>
<br><br>
<div style="width:60%; margin-left: auto; margin-right: auto;">
<h3><i class="fas fa-caret-right"></i> TIPS TO MAKE A STRONG PASSWORD</h3>
<ol>
<li>Use a unique password for each of your important accounts (i.e.
email and online
banking). Do
not use
the same password across multiple accounts.</li>
<li>Your password should be at least 8 characters long. Password should
consist of
lowercase
and
uppercase
letters, numbers and symbols. A long password will offer more
protection than a
short
password
if it is
properly constructed.</li>
<li>Do not use personal information such as your name, age, date of
birth, child’s name,
pet’s
name, or
favorite color/song when constructing your password.</li>
<li>Avoid consecutive keyboard combinations</li>
</ol>
</div>
</section>
</div>
</div>
</div>
<div class="contain" style="padding: 6rem 0 5rem 0;">
<div class="jumbotron text-center" style="margin-bottom:0">
<div class="row">
<div class="col">
<section id="pg" class="box">
<h2 align=center><i class="fas fa-key"></i> <span class="text-shadow">PASSWORD
GENERATOR</span></h2>
<p>Thinking a strong password is a tiring process. Use this to generate an Unique and
strong password.</p>
<div class="options">
<div class="option">
<label>Password Length: </label>
<input type="number" autocomplete="off" id="pglength" min="8" max="20"
value="8">
</div>
<br>
<div class="check"> Inculde Symbols:
<span class="checkb">
<label>
<input type="checkbox" id="symbol">
</label>
</span>
</div>
</div>
<br>
<form id="gen">
<input name="finalpass" id="final_pass" type="text" readonly="readonly"
class="output">
<button type="button" onclick="GenPass()" class="butto">Generate</button>
</form>
</div>
</div>
</div>
</div>
<div class="contain" style="padding: 6rem 0 5rem 0;">
<div class="jumbotron text-center" style="margin-bottom:0">
<div class="row">
<div class="col">
<section id="sc" class="box">
<h2><i class="fas fa-unlock-alt"></i> <span class="text-shadow">PASSWORD STRENGTH
CHECKER</span>
</h2>
<p>Want to know how is your password weak, strong or average? Enter your password and
check for yourself.</p>
<div id="form-contain">
<form class="test">
<input type="text" autocomplete="off" name="password" placeholder="Password"
class="pin" id="y">
<button type="submit" class="butto1">Submit</button>
</form>
<div class="bar">
<div class="line" id="bar-1"></div>
<div class="line" id="bar-2"></div>
<div class="line" id="bar-3"></div>
</div>
</div>
<div class="response"></div>
<div class="tipTool">
<ul class="tip"></ul>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="contain" style="padding: 6rem 0 5rem 0;">
<div class="jumbotron text-center" style="margin-bottom:0">
<div class="row">
<div class="col">
<section id="bt">
<h2 align="center"><span class="text-shadow">Bruteforce Time Checker</span></h2>
<br>
<div style="width:60%; margin-left: auto; margin-right: auto;">
<p> How long will it take to crack your password?<br>
Try here<br>
Assuimng that the cracker computer uses a GeForce GTX 1080 (~30 million attempts
per second)<br>
Our application uses the algorithm <br>
Time = (Number of possible combinations ^ length) / 30 million keystrokes per
second </p>
<form class="teut">
<input type="text" autocomplete="off" name="password" placeholder="password"
class="pin" />
<button type="submit" onclick="check()" class="butto1">Check</button>
</form>
<div class="result"></div>
</div>
<br><br>
</section>
</div>
</div>
</div>
</div>
<div class="text-center">
<div class="col">
<section id="gs">
<p>Liked our website? Star it on github.</p>
<a href="https://github.com/Yash-RajSingh/Despoina">
<button class="star">Star</button>
</a>
</section>
</div>
</div>
<footer>
<div class="jumbotron text-left" style="margin-bottom:0">
<span><a href="#h">Despoina</a></span>
</div>
<div class="jumbotron text-center" style="margin-bottom:0">
<div class='social-links'>
<div class='social-bttn flex-center' id="Ace">
ACE <span><a href="https://twitter.com/VIPS_ACE"> Twitter </a></span>
</div>
<div class='social-bttn flex-center' id="linkedin">
<i class="fab fa-linkedin-in"></i> <span><a
href="https://www.linkedin.com/company/vipsace/"> Linkedin</a></span>
</div>
<div class='social-bttn flex-center' id="github">
<i class="fab fa-github"></i> <span><a
href="https://github.com/vipsace">Github</a></span>
</div>
</div>
<br>
<br>
<span id="cpy">© ACE CYBER SECURITY TEAM</span>
</div>
<div class="jumbotron text-right" style="margin-bottom:0">
<span><a href="#ab">About</a></span>
</div>
</footer>
</div>
</body>
<script src="script.js"></script>
</html>