I\'ve been asked to redesign our build/sign/release processes. I\'m pretty happy with Windows stuff and I\'ve identified several networked-HSM products that will do what we need. They basically integr
I have a USB token contain certificate, public/private key pair, how can i get #define CKA_ID Key identifier for public/private key pair (default empty).
Hei, The question is not really about Ncryptoki but i didnt know anywhere else to ask.. so if anybody can help please help me.
typedef CK_CALLBACK_FUNCTION(CK_RV, CK_CREATEMUTEX)( CK_VOID_PTR_PTR ppMutex ); regards, /* I need a开发者_StackOverflow社区lso to get my hsm informaton via a C# application by P/Invoke PKCS#11*/Pl
How would I integrate Hardware Security Module encryption with a C# app开发者_StackOverflow社区lication?HSM typically means Hardware Security Module. This is a device that will usually physically prot
I\'m a bit confused about how to implement my state machine. I already know it\'s hierarchical since some states share the same action.
I am getting the CKR_DEVICE_MEMORY error code for C_Encrypt call using cryptoki library. From the PKCS#11 spec, CKR_DEVICE_MEMORY means The token doesnot have sufficient memory to perform the request
How can I use key material from a PKCS#11 compliant HSM 开发者_JAVA技巧(for example a SafeNet iKey 2032 [USB] or a Aladdin eToken PRO [USB]) in PHP application running on a Linux server?I have not see
My application access the HSM via a ASP.NET web service through PKCS#11. I initialise the cryptoki library and obtain a session handle. Web-service hold on to this handle to perform encryption/decrypt
I am having a query regarding sessions with HSM. I am aware that there is an overhead if you initialise and finalise the cryptoki api for every file you want to encrypt/decrypt.