regenerated documentation
This commit is contained in:
159
docs/index.html
159
docs/index.html
@@ -1,43 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Welcome to the Virtual Smart Card Architecture documentation! — vsmartcard 2017-01-16 documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Welcome to the Virtual Smart Card Architecture documentation! — vsmartcard 2021-04-28 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/bootswatch-3.3.4/flatly/bootstrap.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '2017-01-16',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
||||
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
|
||||
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
||||
<script src="_static/jquery.js"></script>
|
||||
<script src="_static/underscore.js"></script>
|
||||
<script src="_static/doctools.js"></script>
|
||||
<script src="_static/js/jquery-1.11.0.min.js"></script>
|
||||
<script src="_static/js/jquery-fix.js"></script>
|
||||
<script src="_static/bootstrap-3.3.7/js/bootstrap.min.js"></script>
|
||||
<script src="_static/bootstrap-sphinx.js"></script>
|
||||
<link rel="shortcut icon" href="_static/chip.ico"/>
|
||||
<link rel="top" title="vsmartcard 2017-01-16 documentation" href="#" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="Virtual Smart Card" href="virtualsmartcard/README.html" />
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
</head><body>
|
||||
|
||||
<a href="https://github.com/frankmorgner/vsmartcard"
|
||||
class="visible-desktop hidden-xs"><img
|
||||
@@ -117,7 +104,7 @@
|
||||
|
||||
|
||||
<li>
|
||||
<a href="virtualsmartcard/README.html" title="Next Chapter: Virtual Smart Card"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Virtual Smart Ca... »</span>
|
||||
<a href="virtualsmartcard/README.html" title="Next Chapter: Virtual Smart Card"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Virtual Smart Card »</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -152,52 +139,18 @@
|
||||
<p>Welcome to the Virtual Smart Card Architecture. Virtual Smart Card Architecture is an umbrella project for various
|
||||
projects concerned with the emulation of different types of smart card readers
|
||||
or smart cards themselves.</p>
|
||||
<div class="figure">
|
||||
<p><img src="_images/tikz-2debc244e414ed09dc8909102139ca8f37bae82b.svg" alt="\input{$wd/bilder/tikzstyles.tex}
|
||||
\tikzstyle{bla}=[box, klein, rounded rectangle, inner sep=.3cm]
|
||||
\node (a) {};
|
||||
|
||||
\node[bla, above left=.5cm of a]
|
||||
(usb) {USB Terminal};
|
||||
|
||||
\node[bla, below left=.5cm of a]
|
||||
(nfc) {NFC Terminal};
|
||||
|
||||
\node[bla, rounded rectangle left arc=concave, above right=.5cm of a]
|
||||
(sc) {Real Smart Card};
|
||||
|
||||
\node[bla, rounded rectangle left arc=concave, below right=.5cm of a]
|
||||
(vsc) {Virtual Smart Card};
|
||||
|
||||
\begin{pgfonlayer}{background}
|
||||
\path[line width=.8cm,color=hublue!20]
|
||||
(a.mid) edge [out=180, in=0] (usb.center)
|
||||
edge [out=180, in=0] (nfc.center)
|
||||
edge [out=0, in=180] (sc.center)
|
||||
edge [out=0, in=180] (vsc.center)
|
||||
;
|
||||
\end{pgfonlayer}" /></p>
|
||||
<p class="caption">The Virtual Smart Card Architecture connects different aspects of smart card handling</p></div><p>Currently the following projects are part of Virtual Smart Card Architecture:</p>
|
||||
<div class="figure" id="id8" style="text-align: center">
|
||||
<p><img src="_images/tikz-2debc244e414ed09dc8909102139ca8f37bae82b.svg" alt="Figure made with TikZ" /></p>
|
||||
<p class="caption"><span class="caption-text">The Virtual Smart Card Architecture connects different aspects of smart card handling</span></p>
|
||||
</div><p>Currently the following projects are part of Virtual Smart Card Architecture:</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="virtualsmartcard/README.html">Virtual Smart Card</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="remote-reader/README.html">Remote Smart Card Reader</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ACardEmulator/README.html">Android Smart Card Emulator</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="TCardEmulator/README.html">Tizen Smart Card Emulator</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="pcsc-relay/README.html">PC/SC Relay</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ccid/README.html">USB CCID Emulator</a><ul class="simple">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="virtualsmartcard/README.html">Virtual Smart Card</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="remote-reader/README.html">Remote Smart Card Reader</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ACardEmulator/README.html">Android Smart Card Emulator</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="TCardEmulator/README.html">Tizen Smart Card Emulator</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="pcsc-relay/README.html">PC/SC Relay</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="ccid/README.html">USB CCID Emulator</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>Looking for a feature the included programs do not offer? Want to extend the
|
||||
@@ -217,48 +170,32 @@ have a look at these programming guides and try yourself:</p>
|
||||
still available at the <a class="reference external" href="http://sourceforge.net/projects/vsmartcard/files">old project
|
||||
location</a>.</p>
|
||||
<p>Alternatively, you can clone our git repository:</p>
|
||||
<div class="highlight-sh"><div class="highlight"><pre>git clone https://github.com/frankmorgner/vsmartcard.git
|
||||
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/frankmorgner/vsmartcard.git
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="references">
|
||||
<h2>References<a class="headerlink" href="#references" title="Permalink to this headline">¶</a></h2>
|
||||
<p id="bibtex-bibliography-index-0"><table class="docutils citation" frame="void" id="morgner2012" rules="none">
|
||||
<colgroup><col class="label" /><col /></colgroup>
|
||||
<tbody valign="top">
|
||||
<tr><td class="label">[Mor12]</td><td>Frank Morgner. Mobiler chipkartenleser für den neuen personalausweis: Sicherheitsanalyse und erweiterung des “systems npa”. Master’s thesis, Humboldt-Universität zu Berlin, 2012. <a class="reference external" href="https://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-05/SAR-PR-2012-05_.pdf">URL: https://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-05/SAR-PR-2012-05_.pdf</a>.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="docutils citation" frame="void" id="mooe10" rules="none">
|
||||
<colgroup><col class="label" /><col /></colgroup>
|
||||
<tbody valign="top">
|
||||
<tr><td class="label">[MO10]</td><td>Frank Morgner and Dominik Oepen. “die gesamte technik ist sicher”. besitz und wissen: Relay-angriffe auf den neuen personalausweis. In <em>27th Chaos Communication Congress</em>, 26–31. Chaos Computer Club, 12 2010. <a class="reference external" href="http://media.ccc.de/browse/congress/2010/27c3-4297-de-die_gesamte_technik_ist_sicher.html">URL: http://media.ccc.de/browse/congress/2010/27c3-4297-de-die_gesamte_technik_ist_sicher.html</a>.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="docutils citation" frame="void" id="mobisec2012" rules="none">
|
||||
<colgroup><col class="label" /><col /></colgroup>
|
||||
<tbody valign="top">
|
||||
<tr><td class="label">[MOMR12]</td><td>Frank Morgner, Dominik Oepen, Wolf Müller, and Jens-Peter Redlich. Mobile smart card reader using nfc-enabled smartphones. In Andreas. Schmidt, Giovanni Russello, Ioannis Krontiris, and Shiguo Lian, editors, <em>Security and Privacy in Mobile Information and Communication Systems</em>, volume 107 of Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering, 24–37. Springer Berlin Heidelberg, 2012. <a class="reference external" href="http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-07/SAR-PR-2012-07_.pdf">URL: http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-07/SAR-PR-2012-07_.pdf</a>, <a class="reference external" href="http://dx.doi.org/10.1007/978-3-642-33392-7_3">doi:10.1007/978-3-642-33392-7_3</a>.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="docutils citation" frame="void" id="mumo11" rules="none">
|
||||
<colgroup><col class="label" /><col /></colgroup>
|
||||
<tbody valign="top">
|
||||
<tr><td class="label">[MMO11]</td><td>Wolf Müller, Frank Morgner, and Dominik Oepen. Mobiles szenario für den neuen personalausweis. In Ulrich Waldmann, editor, <em>Tagungsband zum 21. SIT-SmartCard Workshop</em>, 179–188. Stuttgart, 2011. Fraunhofer-Institut für sichere Informationstechnologie, Fraunhofer Verlag. <a class="reference external" href="http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2011-01/SAR-PR-2011-01.pdf">URL: http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2011-01/SAR-PR-2011-01.pdf</a>.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="docutils citation" frame="void" id="oepen2010" rules="none">
|
||||
<colgroup><col class="label" /><col /></colgroup>
|
||||
<tbody valign="top">
|
||||
<tr><td class="label">[Oep10]</td><td>Dominik Oepen. Authentisierung im mobilen web: Zur usability eid-basierter authentisierung auf einem nfc handy. Master’s thesis, Humboldt-Universität zu Berlin, Berlin, 2010. <a class="reference external" href="http://sar.informatik.hu-berlin.de/research/publications/#SAR-PR-2010-11">URL: http://sar.informatik.hu-berlin.de/research/publications/#SAR-PR-2010-11</a>.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="docutils citation" frame="void" id="linuxtag" rules="none">
|
||||
<colgroup><col class="label" /><col /></colgroup>
|
||||
<tbody valign="top">
|
||||
<tr><td class="label">[OM11]</td><td>Dominik Oepen and Frank Morgner. Foss im umfeld des neuen personalausweis. LinuxTag 2011, 2011.</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p id="id1"><dl class="citation">
|
||||
<dt class="label" id="id6"><span class="brackets">Mor12</span></dt>
|
||||
<dd><p>Frank Morgner. Mobiler chipkartenleser für den neuen personalausweis: sicherheitsanalyse und erweiterung des "systems npa". Master's thesis, Humboldt-Universität zu Berlin, 2012. URL: <a class="reference external" href="https://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-05/SAR-PR-2012-05_.pdf">https://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-05/SAR-PR-2012-05_.pdf</a>.</p>
|
||||
</dd>
|
||||
<dt class="label" id="id2"><span class="brackets">MO10</span></dt>
|
||||
<dd><p>Frank Morgner and Dominik Oepen. "die gesamte technik ist sicher". besitz und wissen: relay-angriffe auf den neuen personalausweis. In <em>27th Chaos Communication Congress</em>, 26–31. Chaos Computer Club, 12 2010. URL: <a class="reference external" href="http://media.ccc.de/browse/congress/2010/27c3-4297-de-die_gesamte_technik_ist_sicher.html">http://media.ccc.de/browse/congress/2010/27c3-4297-de-die_gesamte_technik_ist_sicher.html</a>.</p>
|
||||
</dd>
|
||||
<dt class="label" id="id5"><span class="brackets">MOMR12</span></dt>
|
||||
<dd><p>Frank Morgner, Dominik Oepen, Wolf Müller, and Jens-Peter Redlich. Mobile smart card reader using nfc-enabled smartphones. In Andreas. Schmidt, Giovanni Russello, Ioannis Krontiris, and Shiguo Lian, editors, <em>Security and Privacy in Mobile Information and Communication Systems</em>, volume 107 of Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering, 24–37. Springer Berlin Heidelberg, 2012. URL: <a class="reference external" href="http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-07/SAR-PR-2012-07_.pdf">http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2012-07/SAR-PR-2012-07_.pdf</a>, <a class="reference external" href="https://doi.org/10.1007/978-3-642-33392-7_3">doi:10.1007/978-3-642-33392-7_3</a>.</p>
|
||||
</dd>
|
||||
<dt class="label" id="id3"><span class="brackets">MMO11</span></dt>
|
||||
<dd><p>Wolf Müller, Frank Morgner, and Dominik Oepen. Mobiles szenario für den neuen personalausweis. In Ulrich Waldmann, editor, <em>Tagungsband zum 21. SIT-SmartCard Workshop</em>, 179–188. Stuttgart, 2011. Fraunhofer-Institut für sichere Informationstechnologie, Fraunhofer Verlag. URL: <a class="reference external" href="http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2011-01/SAR-PR-2011-01.pdf">http://sar.informatik.hu-berlin.de/research/publications/SAR-PR-2011-01/SAR-PR-2011-01.pdf</a>.</p>
|
||||
</dd>
|
||||
<dt class="label" id="id4"><span class="brackets">Oep10</span></dt>
|
||||
<dd><p>Dominik Oepen. Authentisierung im mobilen web: zur usability eid-basierter authentisierung auf einem nfc handy. Master's thesis, Humboldt-Universität zu Berlin, Berlin, 2010. URL: <a class="reference external" href="http://sar.informatik.hu-berlin.de/research/publications/#SAR-PR-2010-11">http://sar.informatik.hu-berlin.de/research/publications/#SAR-PR-2010-11</a>.</p>
|
||||
</dd>
|
||||
<dt class="label" id="id7"><span class="brackets">OM11</span></dt>
|
||||
<dd><p>Dominik Oepen and Frank Morgner. Foss im umfeld des neuen personalausweis. LinuxTag 2011, 2011.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -275,7 +212,7 @@ location</a>.</p>
|
||||
|
||||
</p>
|
||||
<p>
|
||||
© Copyright 2009-2017 by Dominik Oepen and Frank Morgner.<br/>
|
||||
© Copyright 2009-2021 by Dominik Oepen and Frank Morgner.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user