摘要:
You can do this.. to create private key and the certificate makecert.exe -sv a.pvk –n “CN=XXXX”a.cer //其中XXXX是用于CertFindCertificateInStore函数 And you can make *.spc file like this. ce... 阅读全文
posted @ 2009-09-04 15:19
Fan Zhang
阅读(223)评论(0)推荐(0)
摘要:
In cryptography, PKCS refers to a group of Public Key Cryptography Standards devised and published by RSA Security. PKCS #7 Cryptographic Message Syntax Standard PKCS #8 Private-Key In... 阅读全文
posted @ 2009-09-04 13:49
Fan Zhang
阅读(194)评论(0)推荐(0)
摘要:
创建数字认证的过程如下: 1.Alice sends a signed certificate request containing her name, her public key, and perhaps some additional information to a CA. 2.The CA creates a message, m, from Alice's request. The C... 阅读全文
posted @ 2009-09-02 22:59
Fan Zhang
阅读(255)评论(0)推荐(0)
摘要:
CA即Certification Authority,是一些值得信赖的组织。他们负责颁发个人或者团体的公钥。这些个人或团体被称为subject of that certificate。 发布的certificate中包括:公钥/私钥对中的公钥。 Hash的校验可以保证数据的完整性,数据是否被篡改依赖于数字认证。 A digital certificate is a crede... 阅读全文
posted @ 2009-09-02 18:00
Fan Zhang
阅读(387)评论(0)推荐(0)