I’d like to send a chipcard command (an APDU) to a chipcard and read the response from the chipcard.
Because there should be no extra install on the windows system, I’d like to do it within windows powershell.
Is there an easy way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest you find a .NET component capable of sending commands to an APDU. Here’s an example of a for pay component. Once you have a .NET component it should be pretty easy to use from PowerShell sans a few known issues like not be able to easily call generic methods and not being able to create classes/implement interfaces in PowerShell script.