OpenSC is an open-source set of tools and libraries to interact with crypto smart cards and similar products such as Yubikeys.
Questions tagged [opensc]
3 questions
11
votes
0 answers
Smartcard "sharing violation" when using OpenSC and GnuPG
On my Linux machine (Arch Linux, up to date as of this post) I am having trouble using both the OpenSC PKCS11 module and GnuPG.
It seems like while an app using the PKCS11 module is started (in my case it's Firefox) it takes exclusive control of the…
André Borie
- 535
- 2
- 15
3
votes
1 answer
Can I create pkcs#7 signature using pkcs11-tool?
I'm on Ubuntu 17.10 trying to sign a string with smart card. What I need is a pkcs7-signedData object. I can do some signing with the command below and I get some binary foo.sig file. What is it? How can I make it into PKCS#7 signature?
$ echo…
cprn
- 1,015
- 3
- 14
- 25
2
votes
1 answer
Yubikey file encryption without using OpenPGP?
Is there a way to encrypt single files with a Yubikey that doesn't use OpenPGP?
I use my Yubikey for ssh logins and encrypting individual files (password stores.) The Yubikey is operating in CCID mode only (I don't currently use OTP or U2F.) All…
batty_assembly
- 21
- 3