forked from DigiByte-Core/digi-id-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQ.html
executable file
·362 lines (304 loc) · 21.3 KB
/
FAQ.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
350
351
352
353
354
355
356
357
358
359
360
361
362
<!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">
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<!-- Core css -->
<link rel="stylesheet" id="bulma" href="assets/css/bulma.css" />
<link rel="stylesheet" type="text/css" href="assets/css/core_lemonade.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<!-- Plugins css -->
<link rel="stylesheet" type="text/css" href="assets/js/ggpopover/ggtooltip.css">
<!-- Icons -->
<link rel="stylesheet" type="text/css" href="assets/css/icons.min.css">
<!-- COMMON TAGS -->
<meta charset="utf-8">
<title>Digi-ID - FAQ</title>
<!-- Search Engine -->
<meta name="description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="image" content="https://digi-id.io/assets/scenarium/GeneralOG-03.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Digi-ID - Blockchain Open Auth">
<meta itemprop="description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta itemprop="image" content="https://digi-id.io/assets/scenarium/GeneralOG-03.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Digi-ID - Blockchain Open Auth">
<meta name="twitter:description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="twitter:site" content="@DigiByteCoin">
<meta name="twitter:creator" content="@cengic_damir">
<meta name="twitter:image:src" content="https://digi-id.io/assets/scenarium/TwitterOG-02.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Digi-ID - Blockchain Open Auth">
<meta name="og:description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="og:image" content="https://digi-id.io/assets/scenarium/FacebookOG-01.png">
<meta name="og:url" content="https://digi-id.io">
<meta name="og:site_name" content="Digi-ID Website">
<meta name="og:type" content="website">
</head>
<body>
<!-- Pageloader -->
<div class="pageloader"></div>
<div class="infraloader is-active"></div>
<!-- Hero and nav -->
<div class="hero is-theme-primary">
<div class="navbar-wrapper navbar-fade navbar-light">
<div class="hero-head">
<!-- Nav -->
<div class="container">
<nav class="nav">
<div class="container big">
<div class="nav-left">
<a class="nav-item" href="index.html">
<img class="medium-footer-logo" src="assets/scenarium/logo.svg" alt="">
</a>
<!-- Sidebar trigger -->
<a href="index.html" class="nav-item is-tab nav-inner is-not-mobile">
Home
</a>
<a href="documentation.html" class="nav-item is-tab nav-inner is-not-mobile">
Documentation
</a>
<a href="contact.html" class="nav-item is-tab nav-inner is-not-mobile">
Contact
</a>
</div>
<!-- Responsive toggle -->
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a href="https://digi-id.io" class="nav-item is-tab nav-inner is-menu-mobile">
Home
</a>
<a href="documentation.html" class="nav-item is-tab nav-inner is-menu-mobile">
Documentation
</a>
<a href="getstarted.html" class="nav-item is-tab nav-inner is-menu-mobile">
Get started
</a>
<a href="/#implementations" class="nav-item is-tab nav-inner is-menu-mobile">
Implementations
</a>
<a href="contact.html" class="nav-item is-tab nav-inner is-menu-mobile">
Contact
</a>
</div>
</div>
</nav>
</div>
<!-- /Nav -->
</div>
</div>
<!-- Help center title -->
<div id="main-hero" class="hero-body">
<div class="container">
<div class="columns is-vcentered pt-40">
<div class="column"></div>
<div class="column is-9">
<div class="help-header">
<img src="assets/images/logos/square-white.svg" alt="">
<h1 class="title is-4">Digi-ID Documentation</h1>
</div>
<div class="help-subheader">
<h2 class="title is-3">Find your answer in our expanding knowledge base</h2>
</div>
<!-- IGNORE FOR NOW -->
<!--<div class="help-search-wrapper">
<input type="text" placeholder="search articles">
<i class="sl sl-icon-magnifier"></i>
</div>
-->
</div>
<div class="column"></div>
</div>
</div>
</div>
<!-- /Help title -->
</div>
<!-- /Hero and nav -->
<!-- Article section -->
<div class="section help-section is-relative">
<div class="container">
<div class="columns is-vcentered">
<div class="column"></div>
<div class="column is-9 help-container">
<!-- Breadcrumbs -->
<nav class="breadcrumbs">
<ul>
<li><a href="documentation.html">Documentation</a></li>
<li>Frequently Asked Questions</li>
</ul>
</nav>
<!-- /Breadcrumbs -->
<!-- Article body -->
<div class="flex-card single-help-article">
<div class="article-inner">
<!-- Article meta -->
<h2 class="title is-3 dark-text">
Frequently asked questions
</h2>
<h3 class="subtitle is-5">Find the answers you are looking for</h3>
<div class="article-meta">
<i class="im im-icon-Clock-4" style="font-size: 2.5em;padding-top:0.5%; color: #0066cc;"></i>
<div class="meta-info" >
<div class="author" style="color: #0066cc;">Read time:</span></div>
<div class="status" style="color: #0066cc;">5 minutes</div>
</div>
</div>
<!-- /Article meta -->
<!-- Article content -->
<div class="content">
<p>Digi-ID is an authentication method based on the security of the DigiByte blockchain. This allows you to log in to a website, application, building security and more by simply scanning or tapping on a QR code.
Digi-ID does away with the need for usernames and password, or it can be used to compliment them for additional security.
</p>
<h4 class="subtitle is-5 dark-text">Why do I want to use Digi-ID?
</h4>
<p>Traditionally, to log in to a website you need to use a Username and a Password just to prove who you are. There are too many things wrong and insecure by doing this, for example:</p>
<ul>
<li>Users can share passwords with other users</li>
<li>The passwords can be stored insecurely, both by the server or by the user (eg written down)</li>
<li>Hackers can break in to websites and steal the usernames / passwords</li>
<li>Keyloggers can intercept passwords</li>
<li>Passwords can be reused in multiple places</li>
<li>Insecure passwords can be guessed</li>
</ul>
<p>
Digi-ID does away with all of this, resulting in an exponentially more secure authentication system. No passwords to be guessed, brute-forced, stolen or written down. Digi-ID proves that you are “you”, each time that you log in to a website, without the need for a username / password.
</p>
<h4 class="subtitle is-5 dark-text">How does Digi-ID work?</h4>
<p>The website will generate a unique QR code code for you on each visit. This QR code doesn’t know who you are, or any other details. This QR code gives your Digi-ID authenticator a string of letters and numbers, along with details for where to send the login information to.</p>
<p>Using the same cryptographic security that keeps your DigiByte, Bitcoin and other blockchains safe + secure, your Digi-ID authenticator then encrypts the message in the QR code. This message is then sent back to the website, using only a tiny amount of data to do-so. It’s very efficient.</p>
<p>The website then is able to take your message, along with the unique public address that you have provided to the website, and verify that you are you, and not somebody else trying to imitate you.x </p>
<h4 class="subtitle is-5 dark-text">Why don’t I need a username or password if I use Digi-ID?</h4>
<p>Digi-ID uses advanced cryptography, that’s been around for decades, to prove that you are you. Because of this, it does away with the need for usernames and passwords. This is the same security that prevents a stranger from spending your DigiByte or Bitcoin, so it’s super secure.</p>
<h4 class="subtitle is-5 dark-text">Can’t somebody just try guess my login really quickly?
</h4>
<p>Sure they can, but all the computers in the world working together would take thousands of years to guess even just one persons details, and even then it may not be the details of the person they want. It’s both mathematically and physically not plausible for a guess to happen in our lifetime or the next.</p>
<h4 class="subtitle is-5 dark-text">What happens if I lose my phone?</h4>
<p>You can remotely wipe your phone, and then restore your unique passphrase to another phone or computer. Digi-ID can be used across Android, iOS, PC and Mac.</p>
<h4 class="subtitle is-5 dark-text">Can I use this on multiple devices at once?</h4>
<p>Certainly! If you have a phone for work and a phone for personal use, there’s nothing preventing you sharing the same details across both devices, or using a unique one for each.</p>
<h4 class="subtitle is-5 dark-text">Can websites see my DigiByte balance?</h4>
<p>Absolutely not. We use a unique address just for Digi-ID that is separate from your DigiByte. In fact, a unique address is generated for each website, so that your address is not re-used.
<strong>NOTE </strong>: <i>You should never send DigiByte to this login address, it will not show up in your Wallet!</i></p>
<h4 class="subtitle is-5 dark-text">How much of my personal data do you share?</h4>
<p>We don’t share anything like your name, phone-details, DoB or anything like that because even the Digi-ID authenticator doesn’t know that. We don’t keep any identifiable data on you, so there’s nothing to send to a website when you log in. Everything is done with mathematics, cryptography and meaningless nonces that look like this: x=458c552d84a8a347</p>
<p>Nothing aside from your public address is sent, and the website validates your request using unforgeable mathematics.</p>
</div>
<!-- /Article content -->
<!-- Rating section -->
<div class="rating-section">
<div class="question">Was this info helpful ?</div>
<div class="rating-buttons">
<span class="rating-button">
<i class="material-icons">sentiment_very_dissatisfied</i>
</span>
<span class="rating-button">
<i class="material-icons">sentiment_neutral</i>
</span>
<span class="rating-button">
<i class="material-icons">sentiment_very_satisfied</i>
</span>
</div>
</div>
<!-- /Rating section -->
</div>
</div>
<!-- /Article body -->
</div>
<div class="column"></div>
</div>
</div>
</div>
<!-- Article section -->
<!-- Footer -->
<footer class="footer footer-light-medium">
<div class="container">
<div class="columns">
<!-- Column -->
<div class="column is-4">
<div class="pt-10 pb-10">
<img class="medium-footer-logo" src="assets/scenarium/logo.svg" alt="">
<div class="footer-description pt-10 pb-10">
Digi-ID is an open-source, community-driven Open Auth project based on the DigiByte Blockchain. It will always remain free. <br><br>
</div>
</div>
<div>
<br><span class="moto">Digi-ID © 2018</span>
<div class="social-links pt-10 pb-10">
<a href="https://twitter.com/digibytecoin">
<span class="icon"><i class="fa fa-twitter"></i></span>
</a>
<a href="https://t.me/DigiByteCoin">
<span class="icon"><i class="fa fa-paper-plane"></i></span>
</a>
<a href="https://t.me/DigiByteDevelopers">
<span class="icon"><i class="fa fa-paper-plane"></i></span>
</a>
<a href="https://github.com/digibyte-core/digiid-js">
<span class="icon"><i class="fa fa-github"></i></span>
</a>
</div>
</div>
</div>
<!-- Column -->
<div class="column is-6 is-offset-2">
<div class="columns">
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Digi-ID
</li>
<li class="column-item"><a href="https://digi-id.io">Home</a></li>
<li class="column-item"><a href="https://digi-id.io/#getting_started">Getting started</a></li>
<li class="column-item"><a href="pricing.html">Pricing (Free)</a></li>
</a>
</ul>
</div>
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Resources
</li>
<li class="column-item"><a href="https://github.com/digibyte-core/digiid-js">GitHub Repo</a></li>
<li class="column-item"><a href="faq.html">Frequent questions</a></li>
<li class="column-item"><a href="https://digibyte.org">DigiByte</a></li>
<li class="column-item"><a href="https://dgbwiki.com">DigiByte Wiki</a></li>
</ul>
</div>
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Terms
</li>
<li class="column-item"><a href="disclaimer.html" target="_blank">Disclaimer</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- Back To Top Button -->
<div id="backtotop"><a href="#"></a></div>
<!-- Core js -->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/modernizr.min.js"></script>
<!-- Plugins js -->
<script src="assets/js/ggpopover/ggtooltip.js"></script>
<script src="assets/js/embed/embed.js"></script>
<!-- Bulkit js -->
<script src="assets/js/main.js"></script>
<!-- Page specific js -->
<script src="assets/js/pages/landingv3.js"></script>
</body>
</html>