1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/tizen/help/hqst.html Wed Jul 31 19:48:00 2013 +0200 1.3 @@ -0,0 +1,60 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- 1.6 +OTPWCalc - One time password challenge response calculator client 1.7 +Copyright © 2013 Michael Schloh von Bennewitz <michael@schloh.com> 1.8 + 1.9 +OTPWCalc is free software: you can redistribute it and/or modify 1.10 +it under the terms of the European Union Public Licence, either 1.11 +version 1.1 of the license, or (at your option) any later version. 1.12 + 1.13 +OTPWCalc is distributed in the hope that it will be useful, 1.14 +but WITHOUT ANY WARRANTY; without even the implied warranty 1.15 +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 1.16 +the European Union Public License for more details. 1.17 + 1.18 +You should have received a copy of the European Union Public 1.19 +Licence along with OTPWCalc. If not, please refer to 1.20 +<http://joinup.ec.europa.eu/software/page/eupl/>. 1.21 + 1.22 +This file is part of project OTWPCalc, a one time password challenge 1.23 +response calculator client and is found at http://otpwcalc.europalab.com/ 1.24 + 1.25 +hqst.html: W3C HTML implementation 1.26 +--> 1.27 + 1.28 +<html> 1.29 + <head> 1.30 + <meta charset="utf-8"> 1.31 + <meta name="viewport" content="width=device-width, initial-scale=1"> 1.32 + <title>OTPWCalc</title> 1.33 + <link rel="stylesheet" href="../css/jquery.mobile-1.3.2.min.css" /> 1.34 + <link rel="stylesheet" href="../main.css" /> 1.35 + <script src="../js/jquery-2.0.0.min.js"></script> 1.36 + <script src="help.js"></script> 1.37 + <script src="../js/jquery.mobile-1.3.2.min.js"></script> 1.38 + </head> 1.39 + <body> 1.40 + <!-- Data attributes reserved by JQuery Mobile: 1.41 + data-theme, data-ajax, data-filter, data-icon, data-grid, 1.42 + data-rel, data-icon, data-url, data-role, and data-type --> 1.43 + <!-- Also data-dom-cache="true" --> 1.44 + <div data-role="page" class="type-interior oc-swipage" id="quickstart"> 1.45 + <div data-role="header" data-position="fixed" data-id="headquick"> 1.46 + <h1>OTPWCalc</h1> 1.47 + </div><!-- /header --> 1.48 + <div data-role="content"> 1.49 + <h3 style="margin-top: 0; margin-bottom: 0;"> 1.50 + To start using OTPWCalc now… 1.51 + </h3> 1.52 + <ol style="margin-top: 0.5em; margin-bottom: 0;"> 1.53 + <li style="margin-bottom: 0.5em;">Install and configure a OTP authentication server on the <strong>host computer</strong>.</li> 1.54 + <li style="margin-bottom: 0.5em;">Add a username, seed ID, and password to the OTP <strong>authentication server</strong>.</li> 1.55 + <li style="margin-bottom: 0.5em;">Log in to the host computer providing the recently added username. The host computer will reply with a challange including the appropriate <strong>seed ID</strong> and a new <strong>counter number</strong>.</li> 1.56 + <li style="margin-bottom: 0.5em;">Type the seed ID and counter number along with the corresponding password into OTPWCalc. Click <strong>Submit</strong>.</li> 1.57 + <li style="margin-bottom: 0.5em;">Read the resulting OTP in <div style="display: inline-block; color: rgb(192,0,0); text-transform: none;">red uppercase characters</div>.</li> 1.58 + <li style="margin-bottom: 0.5em;">Type the OTP into the host computer console and…<br /><em>Enjoy <strong>secure</strong> access!</em></li> 1.59 + </ol> 1.60 + </div><!-- /content --> 1.61 + </div><!-- /page --> 1.62 +</body> 1.63 +</html>