关键词不能为空

当前您在: 主页 > 英语 >

PFX证书导入到USBKEY(代码)

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-02-09 23:21
tags:

-

2021年2月9日发(作者:tequila)



查看文章





PFX


证书导入到

< br>USBKEY(


代码


)


2008-10-24


17:29


5.


完整代码



#include


#include


#include


#include


// Global Csp Handle


HCRYPTPROV hCryptProv = NULL;


// Handle for a cryptographic


void ToSmartCard(HCERTSTORE hSystemStore)


{


PCCERT_CONTEXT pCertContext = NULL;



char


pszNameString[256];



DWORD


dwKeySpec;


HCRYPTKEY


UserKey = 0;


DWORD dwBlobLen;


BYTE *pbKeyBlob;


HCRYPTKEY hPubKey = NULL;


int error;


// CryptAcquireCertificatePrivateKey Exported Handle


HCRYPTPROV hCrypt = NULL;


// Just for Test Provider Name


BYTE


pbData[1000];


// 1000 will hold the longest


// key container name.


DWORD cbData;


cbData = 1000;


//------------------------------- ------------------------------------


// Find the certificates in the system store.


// In fact, just have one.


while(pCertContext= CertEnumCertificatesInStore(



hSystemStore,



pCertContext)) // on the first call to the function,



// this parameter is NULL




// on all subsequent calls,




// this parameter is the last pointer




// returned by the function


{



//---------- -------------------------------------------------- ----



// Do whatever is needed for a current certificate.



// ...



//----- -------------------------------------------------- -------------



// Find and print the name of the subject of the certificate




// just retrieved.



if(CertGetNameString(




pCertContext,




CERT_NAME_SIMPLE_DISPLAY_TYPE,




0,



NULL,




pszNameString,




128))



{



printf(



if(!( CryptAcquireCertificatePrivateKey(



pCertContext,



0,



NULL,



&hCrypt, //&hCryptProv,


//


注意此处



hCrypt


输出不该是


hCryp tProv


,如果没有猜错是


Microsoft Base


那个




&dwKeySpec,



NULL)))



{



printf(



}



// Test hCrypt, Try to get its name;



//


猜错了,不是


Microsoft Base...,


而是下面这个




// Microsoft Enhanced Cryptographic Provider v1.0



if(CryptGetProvParam(



hCrypt,




PP_NAME,




pbData,




&cbData,




0))



{



printf(



printf(



}



if( ! CryptGetUserKey(



hCrypt,


//not hCryptProv,



AT_KEYEXCHANGE, //dwKeySpec,



&UserKey



) )



{



printf(



}



//--------- -------------------------------------------------- ---------



// Export the public/private key-pair.



if(CryptExportKey(




UserKey,




NULL,




PRIVATEKEYBLOB,



0,




NULL,




&dwBlobLen))




{



printf(



}



else



{



printf(



exit(1);



}



//---------------------- ----------------------------------------------



// Allocate memory for the pbKeyBlob.



if(pbKeyBlob = (BYTE*)malloc(dwBlobLen))




{



printf(



}



else



{



printf(



exit(1);



}



//---------------------- ----------------------------------------------



// Do the actual exporting into the key BLOB.



if(CryptExportKey(




UserKey,




NULL,




PRIVATEKEYBLOB,




0,




pbKeyBlob,




&dwBlobLen))



{



printf(



}



else



{



printf(



exit(1);



}



if(CryptImportKey(



hCryptProv,



pbKeyBlob,



dwBlobLen,



0,



0,



&hPubKey))



{



printf(



}



else



{



printf(



exit(1);



}



// Not this one



//if (!CryptSetKeyParam(UserKey, KP_CERTIFICATE, pCertContext->pbCertEncoded, 0))



if (!CryptSetKeyParam(hPubKey, KP_CERTIFICATE, pCertContext->pbCertEncoded, 0))



{




error = GetLastError();



printf(



if (error != NTE_BAD_TYPE) {



// If error is bad_type then we just can't set the property.

-


-


-


-


-


-


-


-



本文更新与2021-02-09 23:21,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/624842.html

PFX证书导入到USBKEY(代码)的相关文章

  • 爱心与尊严的高中作文题库

    1.关于爱心和尊严的作文八百字 我们不必怀疑富翁的捐助,毕竟普施爱心,善莫大焉,它是一 种美;我们也不必指责苛求受捐者的冷漠的拒绝,因为人总是有尊 严的,这也是一种美。

    小学作文
  • 爱心与尊严高中作文题库

    1.关于爱心和尊严的作文八百字 我们不必怀疑富翁的捐助,毕竟普施爱心,善莫大焉,它是一 种美;我们也不必指责苛求受捐者的冷漠的拒绝,因为人总是有尊 严的,这也是一种美。

    小学作文
  • 爱心与尊重的作文题库

    1.作文关爱与尊重议论文 如果说没有爱就没有教育的话,那么离开了尊重同样也谈不上教育。 因为每一位孩子都渴望得到他人的尊重,尤其是教师的尊重。可是在现实生活中,不时会有

    小学作文
  • 爱心责任100字作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文
  • 爱心责任心的作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文
  • 爱心责任作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文