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
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ResourcesLinks - OpenSC - Trac</title><style type="text/css">
@import url(trac.css);
</style></head><body><div class="wikipage">
<div id="searchable"><h1>Resources, Links</h1>
<h2>Standard Documents</h2>
<p>
Smart cards are defined in ISO 7816 standards. You need to buy those from ISO,
but <a class="ext-link" title="http://www.ttfn.net/techno/smartcards/standards.html" href="http://www.ttfn.net/techno/smartcards/standards.html" shape="rect">some pages</a>
have overviews on what is in those standards.
</p>
<p>
<a class="ext-link" title="http://www.pcscworkgroup.com/" href="http://www.pcscworkgroup.com/" shape="rect">PC/SC Workgroup</a>
defines the PC/SC standard that is used on windows, but
thanks to PC/SC-Lite software also on Linux, Mac OS X and BSD.
You can <a class="ext-link" title="http://www.pcscworkgroup.com/specifications/overview.php" href="http://www.pcscworkgroup.com/specifications/overview.php" shape="rect">download</a>
all parts of the specification.
</p>
<p>
The Multifunctioanal Card Terminal specification suite includes CT-API and
it's co-specification CT-BCS. The whole suite is available for download
in <a class="ext-link" title="http://www.teletrust.de/publikat.asp?id=41220&Sprache=E_&HomePG=0" href="http://www.teletrust.de/publikat.asp?id=41220&Sprache=E_&HomePG=0" shape="rect">english</a>
and <a class="ext-link" title="http://www.teletrust.de/publikat.asp?ID=41220,0&HomePG=0&sw=1&Sprache=D_" href="http://www.teletrust.de/publikat.asp?ID=41220,0&HomePG=0&sw=1&Sprache=D_" shape="rect">german</a>.
</p>
<p>
Public Key Cryptography was partialy defined by the RSA Labs in the PKCS series.
Important standards are:
</p>
<ul><li><a class="ext-link" title="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-15/index.html" href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-15/index.html" shape="rect">PKCS #15</a>: Cryptographic Token Information Format Standard
</li><li><a class="ext-link" title="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-11/index.html" href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-11/index.html" shape="rect">PKCS #11</a>: Cryptographic Token Interface Standard
</li><li><a class="ext-link" title="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-7/index.html" href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-7/index.html" shape="rect">PKCS #7</a>: Cryptographic Message Syntax Standard
</li></ul><p>
Personal Identification Cards it an upcoming standard in the USA. NIST has a
<a class="ext-link" title="http://csrc.nist.gov/publications/fips/fips201/FIPS-201-022505.pdf" href="http://csrc.nist.gov/publications/fips/fips201/FIPS-201-022505.pdf" shape="rect">document</a> with details.
</p>
<h2>Software</h2>
<p>
<a class="ext-link" title="http://www.opensc-project.org/openct/" href="http://www.opensc-project.org/openct/" shape="rect">OpenCT</a> OpenCT implements drivers for
several smart card readers. OpenSC can use OpenCT directly without the
need for an additional middleware, and this combination is preferred by
some authors and tested all the time, works perfectly.
</p>
<p>
The <a class="ext-link" title="http://www.linuxnet.com/" href="http://www.linuxnet.com/" shape="rect">M.U.S.C.L.E.</a> project offers
the open source software PC/SC-Lite and links to many drivers
in ifdhandler format, and also to some applications.
</p>
<p>
Some drivers in CT-API format are available for download at
<a class="ext-link" title="http://www.panstruga.de/ct-api/" href="http://www.panstruga.de/ct-api/" shape="rect">Gregor's CT-API-Page</a>.
</p>
</div>
</div><div class="footer"><hr></hr><p><a href="index.html">Back to Index</a></p></div></body></html>
|