搜索资源列表
des
- C++源代码,3des,加密,解密,非对称性密钥的生成、导入及导出示例 -C++ source code, 3des, encryption, decryption, VC++ asymmetric key generation, import and export example
Animated_C2123858182008
- Usually we see static Captcha, now we will make an imated Captcha. Now this cool. What does the captcha look like? It just like the ordinary Captcha, the difference is the letters are moving and animated. You can set your Captcha setting quickly suc
CreateRequest
- 这份代码演示了如何创建和使用ASN.1编码一份符合PKCS10规范的证书请求-This example code demonstrates how to create and encode a certificate request.
RSA-code
- rsa加密算法_源代码_c__实现 已经运行成功的示例-_ source code rsa encryption algorithm has been run successfully _c__ example of achieving
openssl-examples-20020110.tar
- openssl server / client example source code
PRAN
- 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。在演示窗口,输入密码的时候,会适时显示出经过加密的密码,挺有参考价值。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read
Soft
- 使用增强算法加密文件的例子,源代码。很好的例子。-Using enhanced algorithm encrypted file example, the source code.A good example.
RSA-2048-SignVerifySign
- CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major d
read_cert_name
- 这是一个从usbkey中读取用户证书的例子,运行后将获取usbkey中的证书名称与颁发者信息,使用usbkey封装的CSP服务实现,编译环境VC6.0。 要配合usbkey使用。根据使用的key型号修改代码中宏CSP_NAME的值。(各厂商的sdk中都会有相应的说明)-This is an example of a read user certificate the usbkey, after the operation to get the name of the certificate
Dijkstra
- 在eclipse上完成Dijkstra算法,代码中以举例的方法直观说明了Dijkstra算法的原理。-Complete the Dijkstra algorithm on eclipse, code by way of example illustrates the principle of Dijkstra algorithm directly.