hsm
Code-Signing on OS X with a Network-HSM
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[详细]
2023-04-11 04:54 分类:问答How to get CKA_ID from public/private Key pair of USB Token?
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).[详细]
2023-04-09 04:56 分类:问答PKCS#11 Generate AES key
Hei, The question is not really about Ncryptoki but i didnt know anywhere else to ask.. so if anybody can help please help me.[详细]
2023-03-19 06:28 分类:问答How to p/invoke this methode?
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[详细]
2023-03-02 11:53 分类:问答How do I integrate HSM encryption with C#?
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[详细]
2023-02-23 07:18 分类:问答Implementing Hierarchical State Machines in C
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.[详细]
2023-01-11 20:00 分类:问答pkcs#11 memory error - what might be the common reasons?
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[详细]
2023-01-07 10:48 分类:问答How to interface with PKCS#11 compliant HSM device in PHP
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[详细]
2023-01-06 17:22 分类:问答HSM - cryptoki - Sessions - Timeout
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[详细]
2023-01-05 12:03 分类:问答HSM - cryptoki - opening sessions overhead
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.[详细]
2023-01-03 07:15 分类:问答