Questions tagged [hsm]

Hardware Security Modules are devices designed to protect cryptographic key material and accelerate certain operations.

Hardware Security Modules are computer devices that provide a protected environment in which cryptographic keys can be generated, used and (in some cases) stored. Without using an HSM, cryptographic keys are exposed in RAM during their generation and use.

Some HSMs also contain special-purpose chips that offer acceleration for particular cryptographic operations, such as RSA signature generation or elliptic curve operations.

412 questions
-1
votes
1 answer

How to use CryptoAPI to sign certificate?

I am new for developing CryptoAPI with signing certificate in VB. My old system uses emvtool.exe to sign the certificate with Luna CA3 and HSM. For example, get keys, format data and sign the certificate. I read all the files about CryptoAPI and CSR…
ccy
  • 341
  • 6
  • 18
-1
votes
2 answers

java.lang.UnsatisfiedLinkError: com.chrysalisits.crypto.LunaAPI.Initialize()V

I am getting below exception while running my application. Caused by: java.lang.UnsatisfiedLinkError: com.chrysalisits.crypto.LunaAPI.Initialize()V at com.chrysalisits.crypto.LunaAPI.Initialize(Native Method) at…
Pawan
  • 1
  • 4
-1
votes
1 answer

Does WSO2 API Manager 1.8 supports the integration with HSM SafeNet Luna?

We have HSM (i.e. SafeNet Luna) and would like to levarage it for API Key Management instead of WSO2 API Key Manager. I would like know whether WSO2 API Manager 1.8 supports integration with SafeNet Luna HSM. If yes, can you please provide the…
MP2015
  • 1
  • 1
-1
votes
2 answers

Unable to compile a c application that reads smartcard

I am trying to compile an example c application that is using pkcs#11 to finds all the private keys on the token, and print their label and id, but getting following errors /tmp/ccAqQ7UI.o: In function initialize': pkcs11_example1.c:(.text+0x8e5):…
-2
votes
1 answer

Using a HSM to store 'master keys' - how?

I'm using softHSM (FWIW with a go library https://github.com/ThalesIgnite/crypto11, documentation here https://pkg.go.dev/github.com/ThalesIgnite/crypto11?tab=doc). My goal is to store a 'master key' (AES256) for encrypting objects similarly to how…
Dean
  • 6,610
  • 6
  • 40
  • 90
-2
votes
1 answer

Digitally sign with HSM Thales payShield 8000

I am very new with HSM and now I have to use HSM payShield 8000 to sign PDF files by commands. Someone can help me to show me all steps (with commands) I have to do from beginning? Everything I have done till now is generate LMK (GK), but when I use…
jimmy
  • 23
  • 2
-2
votes
1 answer

HSM Support in Azure API management

We have a client who is interested in using HSM with Azure API management. Is Hardware security module i.e HSM devices supported in Azure API management?
1 2 3
27
28