-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
349 lines (282 loc) · 12.4 KB
/
index.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
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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Passta - Secured Life</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7155169135578766",
enable_page_level_ads: true
});
</script>
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Passta</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services1">Features</a>
</li>
<li class="hidden">
<a class="page-scroll" href="#services2"></a>
</li>
<li class="hidden">
<a class="page-scroll" href="#services3"></a>
</li>
<li class="hidden">
<a class="page-scroll" href="#services4"></a>
</li>
<li>
<a class="page-scroll" href="/download/#page1">Download</a>
</li>
<li>
<a class="page-scroll" href="/contact">Contact</a>
</li>
<li>
<a class="page-scroll" href="/how to">How to</a>
</li>
<li>
<a class="page-scroll" href="/demo">Demo</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Section -->
<section id="intro" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<br><br>
<img src="PassGen.github.io/passgen-Crop-trans.png" class="center-block img-responsive" width="800"/>
</div>
</div>
</div>
<br><br>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services1"></a>
</section>
<section id="services1" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="https://PassGen.github.io/images/bisponge shadow.png" class="center-block img-responsive" width="300">
</div>
<div class="col-lg-6 text-left">
<h1>Encryption</h1>
<br><br>
<h3>Once a password has been generated, it is encrypted and stored in a qr code to later regenerate if required by the user.<br><br>For the ultimate level of security we created our own encryption system we call<br><br>
“Beads in sponge”.</h3>
</div>
</div>
</div>
<br>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services2"></a>
</section>
<section id="services2" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-6 text-left">
<h2>Modular</h2>
<br>
<h3>Unlike the existing encryption models which require a key to read the message,<br> biSponge requires more than just a key as it requires many certain conditions to be checked then only it decrypts.</h3>
</div>
<div class="col-lg-6 text-left">
<h2>Unconventional</h2>
<br>
<h3>It is a symmetric key based system but a wrong key will also generate a password, though obviously wrong key will always give wrong password.<br><br>This unconventional approach defeats any hit and trial method like brute force to whom which other encryption systems are prone to.</h3>
</div>
</div>
</div>
<br><br>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services3"></a>
</section>
<!-- Services Section -->
<section id="services3" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="https://PassGen.github.io/images/password test shadow.png" class="center-block img-responsive" width="300">
</div>
<div class="col-lg-6 text-left">
<h1>Unique</h1>
<br><br>
<h3>
Every password generated is unique to the device it was created on.<br><br>The app takes identifying informationn from your device processes it,<br>so that no one can create the same passoword as you on their own device by mimicking your steps
</h3>
</div>
</div>
</div>
<br><br>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services4"></a>
</section>
<section id="services4" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-6 text-left">
<h3>All passwords are procedurally generated, and are unique for each device.
<br><br>Parts of unprocessed inputs are inserted in between the passoword string to make them more user specific.</h3>
</div>
<div class="col-lg-6 text-left">
<h3>The same app on two different devices won’t generate the same password with the same set of inputs.</h3>
</div>
</div>
</div>
<br><br>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services5"></a>
</section>
<section id="services5" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="https://PassGen.github.io/images/QR code shadow.png" class="center-block img-responsive" width="300">
</div>
<div class="col-lg-6 text-left">
<h1>Regenerate</h1>
<br><br>
<h3>The created passwords are stored after encryption as images of QR Code.<br><br>These can be easily retrieved from the phone gallery and decrypted to obtain your passwords.</h3>
</div>
</div>
</div>
<br><br>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services6"></a>
</section>
<section id="services6" class="page1-section">
<div class="container">
<div class="row">
<div class="col-lg-6 text-left">
<h3>
If you would prefer having a hard copy of your QR code,<br><br>the app allows you to scan in the codes using the phone camera
</h3>
</div>
<div class="col-lg-6 text-left">
<h3>The data encypted in the QR Code is not your password but rather the inputs that have been used to generate the passwords.
<br><br>So even if the QR Code is read by any other device,there will be no way to obtain your password using it alone</h3>
</div>
</div>
</div>
<br><br>
<a class="btn btn-default page-scroll glyphicon glyphicon-arrow-up" href="#page-top"></a>
</section>
<!-- About Section -->
<!-- <section id="about" class="about-section">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h1>Try it</h1>
<img src="https://passGen.github.io/passgen mobile.jpg" class="center-block img-responsive" width="159" height="250" />
<a onclick="window.open('https://play.google.com')"> <img src="https://PassGen.github.io/play button.jpg">
</a>
</div>
<div class="col-sm-6">
<h2>How to use</h2>
Just install the application on your Android device, and follow the instructions in the tutorials closely.<br>It involves entering some of your basic personal data, namely full name and/or date of birth and just in a few steps the password will be ready.
</div>
</div>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#services"></a>
</div>
</section> -->
<!-- Contact Section -->
<!-- <section id="contact" class="contact-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Contact us</h1>
<button type="button" class="btn btn-default" onclick="window.open('https://www.facebook.com/passtaapp')"> <img src="http://i.stack.imgur.com/e2S63.png" width="" /> </button>
<button type="button" class="btn btn-default" onclick="window.open('mailto:passta.msi@gmail.com')"> <img src="https://pbs.twimg.com/profile_images/540202282982199297/Cerqh45i_400x400.png" width="53" /> </button>
<br><br><br>passta.msi@gmail.com
<form>
<div class="form-group">
<label for="Heading">Report Bugs</label>
<br>
<input type="email" class="form-control" id="inputEmail" placeholder="Email">
<br>
<textarea class="form-control" rows="8" id="comment"placeholder="Details about occurring problem"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
<a class="btn btn-default page-scroll glyphicon glyphicon-chevron-down" href="#demo"></a>
</div>
</div>
</div>
</section> -->
<div class="container-fluid text-center footer">
<hr />
<div class="row">
<div class="col-lg-12">
<div class="col-md-4">
<ul class="nav nav-pills nav-stacked">
<li><a href="https://passgen.github.io/contact/">About us</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="nav nav-pills nav-stacked">
<li><a href="https://passgen.github.io/coming_soon.html">Blog</a></li>
</ul>
</div>
<!-- <div class="col-md-3">
<ul class="nav nav-pills nav-stacked">
<li><a href="#">Web analytics</a></li>
<li><a href="#">Presentations</a></li>
</ul>
</div> -->
<div class="col-md-4">
<ul class="nav nav-pills nav-stacked">
<li><a href="https://passgen.github.io/how to/">Product Help</a></li>
</ul>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-12">
<ul class="nav nav-pills nav-justified">
<li><a href="/">© 2017 Passta.<br>by Himanshu Sharma</a></li>
<!-- <li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy</a></li> -->
</ul>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
</body>
</html>