It's is not free, in fact it's probably rather expensive. It's now
called BSAFE Crypto-J and you can find out more at www.rsasecurity.com.
> It's is not free, in fact it's probably rather expensive. It's now
> called BSAFE Crypto-J and you can find out more at www.rsasecurity.com.
I think I rather use do it in OpenCard. Do you know which brand of
smartcard supports OpenCard and its compatible card reader?
If the server is a linux/BSD, can I implement the server authentication
server with ssh-agent for authentication with the smartcard/card reader?
Thanks
Sam.
Mr. Skeptic - 06 Feb 2005 20:55 GMT
No, I'm sorry but I don't know.
Karl Scheibelhofer - 07 Feb 2005 15:22 GMT
if only freeware is an option for you, you can have a look at our PKCS#11
Wrapper (http://jce.iaik.tugraz.at/products/14_PKCS11_Wrapper/index.php). we
provide it under an apache style license. with it, you can integrate any
pkcs#11 compliant device in Java; this includes smart cards, USB tokens and
HSMs. since the wrapper "only" maps the pkcs#11 api to Java, you need to
know pkcs#11.
HSMs usually come with pkcs#11 modules for all supported platforms.
AET SafeSign is a smart card software which is available for Linux. it works
with several cards. it also supports pkcs#11.
if you need a library which is easier to use and simpler to integrate, you
can have a look at our PKCS#11 Provider
(http://jce.iaik.tugraz.at/products/15_PKCS11_Provider/index.php) and
PKCS#11 Provider ME
(http://jce.iaik.tugraz.at/products/13_PKCS11_ME/index.php). please note
that these products are not freeware. free licenses are only available for
academic and non-commercial use. evaluation versions are available.
Karl
--
Karl Scheibelhofer, IAIK - Graz University of Technology
Inffeldgasse 16a, 8010 Graz, Austria
Fax: +43 316 873 5520
http://jce.iaik.tugraz.at/
Visit us at the RSA conference in San Francisco, 14-18 Feb 2005, booth 438
> > It's is not free, in fact it's probably rather expensive. It's now
> > called BSAFE Crypto-J and you can find out more at www.rsasecurity.com.
[quoted text clipped - 6 lines]
> Thanks
> Sam.