Top "Hsm" questions

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

Digital Signing using certificate and key from USB token

I want to sign a file using the user's key and certificate from a USB token (dongle). I have been …

c++ cryptography digital-signature x509 hsm
Software security Module/ toolkit replacing HSM for developing crypto functions

I worked and completed a PKI project which used a HSM for generating - storing keys and performing crypto functions. …

security encryption cryptography hsm
How to generate certificate if private key is in HSM?

I often use openssl to generate RSA key and certificate. But now i encounter a problem. openssl x509 -req require …

openssl x509certificate hsm
How do I integrate HSM encryption with JAVA?

How do i integrate Hardware Security Module encryption with a java application? I'm looking for code samples to connect to …

java security encryption hsm
What is the functionality of ZMK or ZCMK in HSM?

I want to know in brief about Zone Master Key or Zone Control Master Key in Hardware/Host Security Module.…

hsm
How do I integrate HSM encryption with C#?

How would I integrate Hardware Security Module encryption with a C# application?

c# encryption hsm hardware-security-module
SSL with private key on an HSM

I have a client-server architecture in my application that uses SSL. Currently, the private key is stored in CAPI's key …

.net ssl hsm
Which State Machine execution frameworks for C++ implement UML semantics?

I'm looking for a framework that provides execution of hierarchical state machines (HSMs). These are the requirements for the framework: …

c++ state-machine hsm
PKCS11Exception: CKR_TOKEN_NOT_RECOGNIZED

I installed Softhsm v 2.2 and Started working with PkCS#11 Java API that on Operations: 1.Slot Creation Token Creation Key Generation …

java pkcs#11 hsm softhsm