Questions tagged [gemalto]

Gemalto is an international digital security company providing software applications, secure personal devices such as smart cards and tokens in addition to managed services.

Gemalto is an international digital security company providing software applications, secure personal devices such as smart cards and tokens in addition to managed services.

They provide development suites to design and develop successful applications and services that use Gemalto products or integrate with them.

54 questions
7
votes
2 answers

How to work with SIM cards (Installing applet)

I have a smart card with the following ATR: ATR = 3B 9E 94 80 1F 42 80 31 00 73 BE 21 10 66 54 59 53 04 4C 25 CF. Based on the output of atr-parse.appspot.com I found that it is a MCI (Mobile Communication Company of Iran) SIM card. These are the…
Ebrahim Ghasemi
  • 5,850
  • 10
  • 52
  • 113
4
votes
1 answer

How to register PKCS11 library in Google Chrome on Windows?

How can I register the PKCS11 library in Google Chrome when I use a Gemalto smardcard reader?
3
votes
2 answers

Change PIN of a Gemalto Smartcard through a script

We have to use the Gemalto IDPrime .Net card Smartcard. We get these USB Dongles and have to change the PIN. Gemalto says via windows: From the Start menu, choose Run and type PINTool. Insert a IDPrime .Net card in the reader as prompted, and click…
Dominik
  • 93
  • 2
  • 9
3
votes
2 answers

Opening a secure connection with Java Card and Global Platform

After succeeding with Java Card development on emulators now I'm dealing with a real Java Card (Gemalto IDCore 3010). I have been experiencing with the Global Platform, but I have problems even with the most basic sample code, that would list the…
bp14
  • 244
  • 4
  • 16
3
votes
3 answers

how to import axaltocm dll [gemalto .net card] in .net

How can i use minidriver for gemalto smart card(axaltocm.dll) in .net for using method void ChangeReferenceData(byte mode, byte role, byte[] oldPin,byte[] newPin, int maxTries); I have installed gelamto minidriver from windows update. Basically I…
codedip
  • 191
  • 3
  • 11
2
votes
0 answers

Sending APDU commands from Android device over CCID to the Gemalto PC Twin Reader

I'm developing an android library that communicates with smart card readers (USB) using the CCID protocol. On this reader everything works as expected, but when using the Gemalto reader, I get an error. I'll try to describe what I'm doing: I send…
2
votes
0 answers

Authentication Using Usb Token (example "Gemalto") For Spring Boot App

I have an web application that needs to Authenticate Users Using a Gemalto Usb Token , As i need to get the certificate stored in the usb to sign multiple Documents " Digital Signatures " , Any Ideas on how i could get this working . I am using…
Jhon Born
  • 21
  • 1
2
votes
2 answers

HSM integration with Python requests module

So I'm writting an application that needs to authenticate to a server using a client certificate (Mutual Authentication). The client certificate key is stored in an HSM (Gemalto's). I did the OpenSSL integration with the Luna Client but the requests…
Seraf
  • 850
  • 1
  • 17
  • 34
2
votes
0 answers

How to get X.509 certificate from hardware in javascript

Im using a GEMALTO USB Key SmartCard, and i want to put a digital signature in my PDF file. For that, I read several articles on google about this topic. After these readings, I succeeded to write a Javascript code, that could get the PRIVATE_KEY,…
2
votes
1 answer

Where to find luna safenet client logs?

We are using luna SDK to develop algorithms to perform cryptographic operations using HSM. In doing so, we installed Luna client software in our application. The problem is I am not able to find the logs generated by the client software. After my…
2
votes
3 answers

Cannot access Smart Card at first attempt, any other is successful

I have a trouble with PCSC Reader and Smart card. I am not able to access the card with my GUI application. It works like a charm in the console example app. I receive Exception: SCard.Connect Error 0x8010000B: The smart card cannot be accessed…
Marek
  • 1,189
  • 3
  • 13
  • 33
2
votes
1 answer

Why I can't delete unused packages from my JavaCard?

I have a Gemalto Top DL v2 java card. When I list the contents, there are a lot of packages loaded in the card: GlobalPlatformPro:> gp -visa2 -key 47454D5850524553534F53414D504C45 -list AID: A000000018434D00 (|.....CM.|) ISD OP_READY: Security…
TheGoodUser
  • 1,188
  • 4
  • 26
  • 52
2
votes
0 answers

WinBioEnrollCommit failes with error 0x80004005 (Unspecified Error)

I am following the example http://msdn.microsoft.com/en-us/library/windows/desktop/dd401620(v=vs.85).aspx to enroll a fingerprint to a smart card. I can capture the fingerprints, but during WinBioEnrollCommit I get the error "WinBioEnrollCommit…
flayn
  • 5,272
  • 4
  • 48
  • 69
2
votes
2 answers

How do I code blank Smartcards?

In my schoolproject i got a blank smartcard and a reader (I think it can write too) - Gemalto IDBridge CT40 is the reader - and now I have to find a way to write on this smartcard and I have absolutely no Idea where to start. I got a Software…
2
votes
4 answers

How to read serial number of a Gemalto smart card?

I have smart card and reader (Gemalto). I want to read serial number of card using C#. I read documents / libraries on Gemalto Support Site but there are no information useful for me. I hope someone have exp about Gemalto help me some examples…
Shinichi
  • 475
  • 4
  • 7
  • 25
1
2 3 4