emv-card-simulator icon indicating copy to clipboard operation
emv-card-simulator copied to clipboard

JavaCard implementation of an EMV card for payment terminal testing

Results 3 emv-card-simulator issues
Sort by recently updated
recently updated
newest added

Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.9 to 0.2.10. Release notes Sourced from unsafe-libyaml's releases. 0.2.10 Fix write to improperly aligned pointer in 32-bit targets (#21) Commits 61f3ab8 Release 0.2.10 d90d7ab Clean up...

dependencies

Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.9 to 0.2.10. Release notes Sourced from unsafe-libyaml's releases. 0.2.10 Fix write to improperly aligned pointer in 32-bit targets (#21) Commits 61f3ab8 Release 0.2.10 d90d7ab Clean up...

dependencies

TODO: Check if it's issue in jcardsim or the card simulator implementation... - https://github.com/ph4r05/jcardsim/blob/master/src/main/java/com/licel/jcardsim/crypto/AsymmetricCipherImpl.java#L103 - https://github.com/ph4r05/jcardsim/compare/3.0.5.11...3.0.6.0#diff-227265437267280e8fd3877ad34a7466770221c4b883a000663b028da50cb3e4 - https://github.com/bcgit/bc-java/blob/main/core/src/main/java/org/bouncycastle/crypto/engines/RSACoreEngine.java#L57 ``` javacard.security.CryptoException at javacard.security.CryptoException.throwIt(Unknown Source) at com.licel.jcardsim.crypto.AsymmetricCipherImpl.doFinal(AsymmetricCipherImpl.java:103) at emvcardsimulator.PaymentApplication.processDynamicDataAuthentication(PaymentApplication.java:241) at emvcardsimulator.PaymentApplication.process(PaymentApplication.java:377) at...