文件名称:基于csp的rsa加解密(C++)
文件大小:4KB
文件格式:CPP
更新时间:2013-12-12 06:13:57
c++ csp rsa 加解密 代码
基于csp的rsa加解密,c++源码 加密过程: DWORD dwCount; DWORD dwBufferLen = 200 ; BYTE p[100]="Hello every man ,I am a good man in HUN.My number is:20070830325"; dwCount= strlen((char *)p)+1; if(!CryptEncrypt(phKey,0,1,0,(BYTE *)p,&dwCount,200) ) { cout<<"the cipher p is: "<