CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - C 项目

搜索资源列表

  1. md5(C++Bulider)

    0下载:
  2. 新建项目.直接粘贴就可以使用-new projects. Paste can be directly used
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2893
    • 提供者:kevin
  1. DESsystem

    0下载:
  2. DES加密算法,C++编写,有界面有录像,写的很详细的大项目-DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail
  3. 所属分类:加密解密

    • 发布日期:2012-07-05
    • 文件大小:2531575
    • 提供者:张雯婷
  1. DESsystem

    0下载:
  2. DES加密算法,C++编写,有界面有录像,写的很详细的大项目-DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2531575
    • 提供者:张雯婷
  1. crc

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2399444
    • 提供者:梁健
  1. lc4

    0下载:
  2. Security 用户: NT AUTHORITY\SYSTEM 计算机: C9D21BEA1BF645B 主要用户名: SYSTEM 主域: NT AUTHORITY 主登录 ID: (0x0,0x3E7) 客户端用户名: SYSTEM 客户端域: NT AUTHORITY 客户端登录 ID: (0x0,0x3E7) 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/e
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-14
    • 文件大小:4054530
    • 提供者:kua
  1. sha

    0下载:
  2. 内带3个sha1的C源码。经验证都可用。在我们项目中,已经用于验证SHA1的verilog-With three within the C source code sha1. Experience certificate are available. In our project, has been used to validate SHA1 of verilog
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:13984
    • 提供者:左宏权
  1. tt

    0下载:
  2. des 加密解密算法 标准C的实现。 可以在C, C++ , VC项目中直接使用。-des encryption and decryption algorithm standard C implementation. In C, C++, VC direct use projects.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2575
    • 提供者:hp100
  1. IDAPluginCpp

    0下载:
  2. 在Visual C++ 6.0环境下生成IDA plugin项目的步骤-In Visual C++ 6.0 environment, the steps generated IDA plugin project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:401212
    • 提供者:masm
  1. AESFORC51

    1下载:
  2. C51可用的AES加解密算法,只支持128位加解密,在实际项目中应用,网上较多见的是C++程序,在C51和类似内存资源较少的单片机无法使用,绝对可用。-C51 AES encryption and decryption algorithms available, which only supports 128-bit encryption and decryption, in actual application of the project, the online is more to see
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:5033
    • 提供者:uiao86
  1. DESCipher-20111202

    0下载:
  2. DES加密解密源码,支持与java以及C#之间相互加解密,已经验证通过,并使用在项目中,挺好用的-DES encryption and decryption source code, support and java and encryption between C#, has been validated, and used in the project, very good use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1006502
    • 提供者:凌星
  1. MyEncrypt

    0下载:
  2. 自己写的符合标准的3DES加密和解密程序源码,使用C#编写,平台为是VS2008,可带加密key和符合Java标准的32位密钥,并能读取CPU等硬件序列号做机器绑定加密,已用在多个项目中做程序加密解密-Written by myself standards-compliant 3DES encryption and decryption program source code, written in C# platform for VS2008, with a 32-bit key encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:87160
    • 提供者:刘伟信
  1. aes-crypto-cpp

    1下载:
  2. aes加密算法,纯C++实现,本代码是一个VC++6.0项目,包含aes加密算法的封装,并且有测试代买-aes encryption algorithm to achieve C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:19568
    • 提供者:杨继生
  1. md5-vc

    0下载:
  2. MD5加密c++实现 本人在项目里测试过 可以使用 操作简单-MD5 c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2738
    • 提供者:panfv
  1. Vigenere

    0下载:
  2. 一个使用c++编写的Vigenere加解密系统和唯密文破译系统。其中项目名为Vigenere的为加解密系统,为Vigenere_1的为唯密文破解,并附有实验报告。-A Vigenere encryption and decryption system and a ciphertext deciphering system written in C++. One of the projects named Vigenere for the encryption and decryption sys
  3. 所属分类:Crack_Hack

    • 发布日期:2017-12-14
    • 文件大小:4283392
    • 提供者:keran
  1. extendedeuclid

    1下载:
  2. 作者身份:华南理工大学知识产权学院王桂林,这是我自己编写的拓展欧几里得算法,用于实现RSA加密中的求模数乘法逆元,适合初学者作参考代码。文件内容是VS C++项目文件。(I am a student who is from South China University of Technology.This is a realization of the extended Euclid calculation, which can be used to do the RSA. I suggest
  3. 所属分类:加密解密

    • 发布日期:2018-01-01
    • 文件大小:3500032
    • 提供者:欣欣欣欣
  1. SM4

    0下载:
  2. 近期由于公司项目的需要开始研究国密SM2加密.网上也找了许久没有,可是没有关于iOS方面的实现,有很多基于openssl的C语言的实现,但是因为是C的小白,而且代码较乱,也没注释,被坑了不少的下载积分.后来找到GmSSL有实现sm2.实现过程中遇到了各种的坑,同时也有其他小伙伴有这方面的需求,所以把我的实现过程分享一下.(Recently due to the start of the project of state secret SM2 encryption. Internet is als
  3. 所属分类:加密解密

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:iOS_Lee
搜珍网 www.dssz.com