File: Sign.html

package info (click to toggle)
opensc 0.11.1-2etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,284 kB
  • ctags: 7,257
  • sloc: ansic: 69,499; sh: 9,480; xml: 4,191; makefile: 346; lex: 92; perl: 25
file content (32 lines) | stat: -rw-r--r-- 1,848 bytes parent folder | download | duplicates (2)
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
<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>Sign - OpenSC - Trac</title><style type="text/css">
           @import url(trac.css);
          </style></head><body><div class="wikipage">
    <div id="searchable"><h1>Digital Signatures</h1>
<p>
OpenSC has a basic command line tool that can sign data: pkcs15-crypt
(see man page, doc/tools/index.html or <a class="ext-link" title="http://www.opensc-project.org/doc/opensc/html/tools.html#pkcs15-crypt" href="http://www.opensc-project.org/doc/opensc/html/tools.html#pkcs15-crypt" shape="rect">online</a> manpage).
</p>
<p>
But most users would prefer a nice graphical tool to display the content they are bout to sign
and show the details of the smart card they are using. 
</p>
<h2>Open Signature</h2>
<p>
<a class="ext-link" title="http://opensignature.sourceforge.net/" href="http://opensignature.sourceforge.net/" shape="rect">OpenSignature</a> is a graphical user interface for Windows, Linux and Mac OS X
for signing documents. Binaries are available from the web page. The software is released as Open Source software
under the GNU General Public License, full source code is available.
</p>
<p>
OpenSignature has a focus on Italian eID cards.
</p>
<h2>CryptoInit</h2>
<p>
<a class="ext-link" title="http://cryptonit.org/index.en.html" href="http://cryptonit.org/index.en.html" shape="rect">CryptoInit</a> is a multi plattform application for signing, and encryptiong
files and decrypting them. It can use smart cards via PKCS<a href="/opensc/ticket/11" title="CLOSED : gcc4 build failure" shape="rect"><del>#11</del></a> modules.
</p>
<p>
FIXME: not tested
</p>
</div>
   </div><div class="footer"><hr></hr><p><a href="index.html">Back to Index</a></p></div></body></html>