Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credit Card Emulation #1

Open
BUATHERA opened this issue Jan 4, 2016 · 1 comment
Open

Credit Card Emulation #1

BUATHERA opened this issue Jan 4, 2016 · 1 comment

Comments

@BUATHERA
Copy link

BUATHERA commented Jan 4, 2016

Thanks for this really awesome plugin. However, i'd like to know if this could be used to emulate a credit card (EMV). What would need to be optimised and wat would be the APDU structure. The demo provided emulates a loyalty card and am just keen to know if it could be tweaked to emulate a credit card.

@don
Copy link
Owner

don commented Jan 5, 2016

@BUATHERA you should be able to use this plugin to emulate a credit card. You'll need to respond to multiple commands. This means that you need to implement the logic in JavaScript. I think you can get the specifications for the communication from http://www.emvco.com/.

If you get a generic solution working, I'd appreciate a pull request to get it added into the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants