I'm using Windows Server 2008 R2 which runs a VB6.0 application that uses a smartcard locally. I then connect to this machine remotely using Remote Desktop Connection (6.3). However now the application shows the following error (SmartCard): 0x8010001d The Smart card resource manager is not running. Research so far - [...] read more
On Windows 10 there are two apps to remotely connect to another computer. One is old Remote Desktop Connection (mstsc.exe) and the other is modern Remote Desktop (RdClient.Windows.exe hidden somewhere in C:\Program Files\WindowsApps). I have my own application on remote computer. * With the old mstsc.exe I can connect to [...] read more
I got a JAR file that needs to run as a daemon in MacOS Sierra and I decided to use Apache Commons Daemon and JSVC for that purpose. I am aware that maybe JSVC is not really needed for this purpose (it seems only allows to open ports in a [...] read more
I am also using angular and electron, but everything worked fine previously. This is the error: Error: SCardConnect error: SCardConnect error: The smart card cannot be accessed because of other connections outstanding. (0x8010000b) After the first time scanning a card, it no longer throws error and works fine reading cards [...] read more
I am using the rfid reader Hid Omnikey 5022 on my Raspberry3. i installed : - libsystemd-dev - libudev-dev - pcsc-lite-1.8.25 - libusb-1.0.22 - ccid-1.4.31 - pcsc-tools-1.5.4 - libpcsclite-dev - libccid - libpcsc-perl This reader is supported with the CCID driver https://ccid.apdu.fr/ccid/supported.html when i try the command : pcsc_scan it [...] read more
I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
I am using Arch Linux and gpg (GnuPG) 2.2.27. Trying to do a ssh-support with gpg, This i used along with git ssh public key authetication. For that i created a pubic key from gpg. When the socket activation happen and when i check the systemctl status for gpg-agent. Mar [...] read more
I've been trying to get started using Java Card. I downloaded and installed the repository at this link: https://github.com/martinpaljak/AppletPlayground/ with the hope of starting to develop and use applets, but as of yet I have had no success interacting with the card or reader in any way. Running "java -jar [...] read more