Virtual Smart Card PKCS#11 compliant

2.4k views Asked by At

I would like to run some tests on a virtual smart card. I would like to know if there exists a virtual smart card PKCS#11 compliant and supported by OpenSC. I'm running on Linux.

Thank you in advance for your valuable help. Best, BEE

2

There are 2 answers

0
Eugene Mayevski 'Callback On

Firefox includes the certificate storage accessible via PKCS#11 (note that their PKCS11 needs special form of initialization).

2
jariq On

I believe you are looking for a pure software implementation of PKCS#11 interface such as SoftHSM or OpenCryptoki. You can also take a look at Virtual Smart Card project but it will be slightly more complex to setup.