CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 CA认证 搜索资源 - 使用C

搜索资源列表

  1. KeyFile

    0下载:
  2. 用C#处理数字证书 使用System.Security.Cryptography.X509Certificate名称空间 System.Security.Cryptography.X509Certificate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类. 提供了读取一个X.509证书的代码,和 使用不对称加密加密与解密数据的代码-C# using digital certificates System.Security.Cryptogra phy.X509C
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2.18kb
    • 提供者:小布丁
  1. DES_C_keil

    0下载:
  2. 1,这是比较流行的DES算法代码. 2,特别是在通讯方面比较常用. 3,此代码可以在KEIL C环境下使用.-1, which is more popular in the DES algorithm code. 2, particularly in the more commonly used communications. 3. this code can KEIL C environment.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:13.94kb
    • 提供者:jeney
  1. pkcs11-engine

    1下载:
  2. 使用openssl完成pkcs11功能的工程,使用Engine方式实现,可以在此基础上调用自己的硬件设备完成密码运算。使用C语言开发,是学习openssl,pkcs11,Engine机制不可多得的样例程序。-Function using the openssl pkcs11 complete the project, be achieved using the Engine can be invoked on the basis of their hardware equipment to co
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:332.87kb
    • 提供者:鹿淑煜
  1. BOTAN

    1下载:
  2. 使用C++实现的加密算法库。实现重用加密、解密算法.-implement Entropy and Dntropy
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:344.58kb
    • 提供者:hsh
  1. DVB-CSA_descrambling_for_ts

    0下载:
  2. 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
  3. 所属分类:CA program

    • 发布日期:2017-03-25
    • 文件大小:515.98kb
    • 提供者:xx
  1. main

    0下载:
  2. Vigenere加密法,使用c++寫成,希望能作為同好的參考,謝謝。-Vigenere encryption method, the use of c++ languages, would like to share as a reference, thank you.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:549byte
    • 提供者:林志玲
  1. DES

    0下载:
  2. 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:3.91kb
    • 提供者:赵忠华
  1. 3075819836

    0下载:
  2. 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 -The use of C written in DES, DESX, DES3 (three DES) encryption algorithm, this program demonstrates how to Delphi
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:187.32kb
    • 提供者:唐鹤群
  1. des02

    0下载:
  2. 使用C++完成对称加密算法。小小程序-Completion of a symmetric encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:tom
  1. c

    0下载:
  2. DES加密算法的实现,使用的是C++语法-DES encryption, USING C++ language
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:2.29kb
    • 提供者:ningshuo
  1. rsa

    0下载:
  2. 使用C++开发的RSA密码体制实现。可以输入数据,经过RSA加密后,可以再解密。-The RSA cryptosystem using C++ developed. You can enter data, after RSA encryption can be decrypted.
  3. 所属分类:CA program

    • 发布日期:2017-11-23
    • 文件大小:680.9kb
    • 提供者:黄佳禾
  1. C-youxiangpojie

    0下载:
  2. 暴力破解邮箱密码,1,本程序仅供学习参考使用。严禁使用本程序进行盗取他人密码的活动。 2,-i 选项不好使(只能使用server name,如:pop3.hotmail.com)。 3,本程序仅对某些pop3服务器有效-Violence to crack-mail password, the program only to learn to use and reference. Non-stealing others password using the program activiti
  3. 所属分类:CA program

    • 发布日期:2017-12-02
    • 文件大小:1.7kb
    • 提供者:DST
  1. shiyan1

    0下载:
  2. 古典密码实验代换密码和置换密码使用C++实现。 -Classical password experiment replacement and substitution passwords using c++ implementation.
  3. 所属分类:CA program

    • 发布日期:2017-11-08
    • 文件大小:4.73mb
    • 提供者:高雅倩
  1. sm2_ssl

    0下载:
  2. sm2算法,使用C语言利用openssl的库实现-sm2 algorithm, using the C language using the openssl library implementation
  3. 所属分类:CA program

    • 发布日期:2017-11-14
    • 文件大小:2.5mb
    • 提供者:gefa
  1. duichengsf

    0下载:
  2. C#对称算法的密钥生成,使用C#研究一下对称算法与密钥生成并保存成文件的问题,此程序中,密钥文件保存在DecryptFile.txt文本中,可以由此引深成加密、解密。 -C# symmetric key generation algorithm, using C# look symmetric algorithm and key generation and document preservation issues, this program, the key file is saved i
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:31.62kb
    • 提供者:杜金
  1. PRAN

    0下载:
  2. 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。在演示窗口,输入密码的时候,会适时显示出经过加密的密码,挺有参考价值。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:10.65kb
    • 提供者:zengzheng
  1. rsa

    0下载:
  2. 一种加密RSA算法的实现,使用C++语言编写,-RSA encryption algorithm to achieve using C++ language
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:800.08kb
    • 提供者:李林
  1. AES

    0下载:
  2. 使用C语言实现AES算法-C language AESC language AESC language AES
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:蔡安安
  1. ocspChecker

    0下载:
  2. 证书状态在线查询,使用Openssl库。(ocsp checker by openssl)
  3. 所属分类:CA认证

    • 发布日期:2018-04-22
    • 文件大小:58.98mb
    • 提供者:王远航
  1. AppPfs

    1下载:
  2. 创建含有私钥的数字证书,并存储到个人证书区,并将该证书导出为pfx文件,为其指定一个password,使用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密(Create a digital certificate with a private key, store it in a personal certificate area, and export the certificate to a PFX file, specify a password for it, use the pu
  3. 所属分类:CA认证

    • 发布日期:2018-05-01
    • 文件大小:69kb
    • 提供者:流草君
« 12 »
搜珍网 www.dssz.com