- Issue tokens, regular, temporary and project
- Unlock PIN of a token without exposing the PUK code for the users or administrators
- Revoke lost cards
- Renew expiring cards
- Activate cards in the organizations systems
-
Managing Smartcards with Hard Token Management Framework (9 messages)
- Posted by: Tomas Gustavsson
- Posted on: August 13 2007 09:36 EDT
After long and heavy development, the first beta of the Hard Token Management Framework and its first application suite 'ToLiMa' have been released. Hard Token Management Framework is used to manage the complete lifecycle of an organization's Smartcard and/or USB dongles. It communicates with the tokens through a PKCS11 interface so it is possible to change hardware as long as it's supplied with a good implementation of PKCS11. It comes along with ready made modules that can be composed to fit the need of the organization. The Hard Token Management Framework is an Add-on to EJBCA Certificate Authority (http://www.ejbca.org) . The framework uses client certificate authenticated Webservice calls (JAX-WS) to perform the operations on the CA side. The current application suite of modules using the hard token management framework 'ToLiMa' have the following features.Threaded Messages (9)
- Re: Managing Smartcards with Hard Token Management Framework by Alex GSMD on August 13 2007 10:16 EDT
- Re: Managing Smartcards with Hard Token Management Framework by Richard swart on August 13 2007 16:34 EDT
-
Complexity... by Tomas Gustavsson on August 14 2007 06:40 EDT
-
Re: Complexity... by Richard swart on August 15 2007 04:03 EDT
- Re: Complexity... by Tomas Gustavsson on August 15 2007 10:16 EDT
-
Re: Complexity... by Richard swart on August 15 2007 04:03 EDT
-
Complexity... by Tomas Gustavsson on August 14 2007 06:40 EDT
- Only IE supported by Tomas Gustavsson on August 14 2007 06:32 EDT
- Re: Managing Smartcards with Hard Token Management Framework by Richard swart on August 13 2007 16:34 EDT
- Re: Managing Smartcards with Hard Token Management Framework by Shabbir Hussain on August 13 2007 17:43 EDT
- PKCS11 by Tomas Gustavsson on August 14 2007 06:44 EDT
- HMFT wtih etoken by haltout sohaib on November 11 2010 18:36 EST
-
Re: Managing Smartcards with Hard Token Management Framework[ Go to top ]
- Posted by: Alex GSMD
- Posted on: August 13 2007 10:16 EDT
- in response to Tomas Gustavsson
"Currently is IE the only browser supported" - dat means you've got serious issues from the architectural point of view. -
Re: Managing Smartcards with Hard Token Management Framework[ Go to top ]
- Posted by: Richard swart
- Posted on: August 13 2007 16:34 EDT
- in response to Alex GSMD
Alex, I hope you know what you are talking about but I think you underestimate the complexity of provisioning smartcards using the browser. It is not just spitting out valid xhtml. It is all about communicating with the smartcard(readers) etc. Supporting multiple browsers in not straight forward! Development team: the flash demo is impressive! My complements, Richard -
Complexity...[ Go to top ]
- Posted by: Tomas Gustavsson
- Posted on: August 14 2007 06:40 EDT
- in response to Richard swart
I don't think we underestimate the comlexity. This is why the "Hard Token Management Framework" is just a framework, which is not dependent on any browser. You can just as easily code a java application doing the same stuff, without browsers. Everything with smartcards is imho quite complex and depends on a lot of factors, so you really have to use and test the framework in the intended environment, where for example you only have to support one browser. Communication with the smartcard is done using pkcs#11, and also here you need a pkcs#11 module that is capable enough together with your smart card, so you have to test you rspecific setup (or use one already tested by the project). Having said this, the flash demo is taken from the actual running application, so it does work very nicely in this, restricted, environment. But yes, you will probably need very god knwoledge about smart cards to use the frmaework succesfully, due to the overall complexity involved in basically all smart card related stuff. Cheers, Tomas -
Re: Complexity...[ Go to top ]
- Posted by: Richard swart
- Posted on: August 15 2007 04:03 EDT
- in response to Tomas Gustavsson
Hi Thomas, Just to be clear. My response was a reply to the message from Alex. Not your work. From the demo it was clear to me that you know what's involved. Richard -
Re: Complexity...[ Go to top ]
- Posted by: Tomas Gustavsson
- Posted on: August 15 2007 10:16 EDT
- in response to Richard swart
Hehe ok, my missunderstanding :-) -
Only IE supported[ Go to top ]
- Posted by: Tomas Gustavsson
- Posted on: August 14 2007 06:32 EDT
- in response to Alex GSMD
No there is no architectural issue, it is an issue of the Java plug-in för applets. The ToLiMa application is an applet that uses the same certificate as the browser authenticates with to issue webservice calls. For some reason this only works in IE. This can be done in various other ways though, depending on the specific user case and requirements. The framework itself is completely browser independent, and ToLiMA could be run as a java application instead using a smart card to authenticate the webservice calls. (information just retrieved from the actual author, Philip, which is not me...) Cheers, Tomas -
Re: Managing Smartcards with Hard Token Management Framework[ Go to top ]
- Posted by: Shabbir Hussain
- Posted on: August 13 2007 17:43 EDT
- in response to Tomas Gustavsson
Is this gona work with most of the card reader that support PKCS11? I think most card store cryptographic information using PKCS#11 RSA standard right? Regards, Shabbir -
PKCS11[ Go to top ]
- Posted by: Tomas Gustavsson
- Posted on: August 14 2007 06:44 EDT
- in response to Shabbir Hussain
Yes it would work with most *smart cards* that supports pkcs#11, if the pkcs#11 module is good enough. There might be alot of pkcs#11 modules that does not implement all the functionality needed to generate keys etc. Probably all card readers will be supported, since today they all use the standard pc/sc interface. the pkcs#11 module will use pc/sc to be independent of card reader, but it will be dependent on the smart card. There might be other problems with card readers though, for example to support 2048 bit you will probably need a very new card reader, since older ones will not support that. Cheers, Tomas -
HMFT wtih etoken[ Go to top ]
- Posted by: haltout sohaib
- Posted on: November 11 2010 18:36 EST
- in response to Tomas Gustavsson
I tried to use HMFT with Etoken Pro, but unfortunately not supported, however by modifying some class got it to work although not 100%, still needs some work .
I explained how to use PKCS#11 to write a new Token Class for HMFT at my blog : http://www.hsohaib.com/ , hope it helps.