Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-10 Thread Ludovic Rousseau
2010/3/10 Greg Mefford : > I was trying to use the opensc-tool application to dump the files on > the card, but it hangs at a certain point where it's trying to dump a > file that is 250 bytes (I suspect it is related to the file size since > it's getting close to the maximum size of 255 from what

Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-09 Thread Greg Mefford
On Tue, Mar 9, 2010 at 1:16 AM, Martin Paljak wrote: > On Mar 9, 2010, at 03:34 , Greg Mefford wrote: >> Thanks for your thoughts. I have since spent some time debugging with >> Windows as suggested and made some headway. >> I believe I ran into some of the same non-standard problems you >> mentio

Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-08 Thread Martin Paljak
On Mar 9, 2010, at 03:34 , Greg Mefford wrote: > Thanks for your thoughts. I have since spent some time debugging with > Windows as suggested and made some headway. > I believe I ran into some of the same non-standard problems you > mentioned about the file structure the Initialization Tool install

Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-08 Thread Greg Mefford
Thanks for your thoughts. I have since spent some time debugging with Windows as suggested and made some headway. I believe I ran into some of the same non-standard problems you mentioned about the file structure the Initialization Tool installs. I go to do a simple thing like dump all the files on

Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-08 Thread Ian Young
On 5 Mar 2010, at 17:34, Greg Mefford wrote: > It seems like the card software includes some > Windows tools (which is fine with me if that's what it takes to get > started) and a bunch of technical documentation, but not much > practical help in how to actually use the thing. Right. As far as

Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-08 Thread Andreas Jellinghaus
Am Freitag 05 März 2010 18:34:18 schrieb Greg Mefford: > Anyone using this card successfully in any capacity that could help me > get started? Once I understand how this thing works, I'm interested in > making it work with OpenSC, but if it currently only works on Windows, > that's fine for now. h

Re: [opensc-devel] Resources for getting started with ACOS5

2010-03-05 Thread Peter Stuge
Greg Mefford wrote: > take some input text or a file on my computer and have the card > encrypt it Cards are really slow, so generally encryption is done by the PC using symmetric encryption (e.g. AES) and the card is then used to asymmetrically encrypt the AES key. Decryption is the reverse; car