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

搜索资源列表

  1. Rijndael算法VC使用实例

    0下载:
  2. 在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using the Rijndael algorithm, a rijndael encryption algorithm use example, although the graphical int
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45908
    • 提供者:云中龙
  1. md5-vc++

    0下载:
  2. MD5 算法,VISUAL C++6.0 调试通过
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:1900625
    • 提供者:liuqinliang
  1. 994q

    0下载:
  2. 简单的随机密码生成工具 软件类别:VC/C++源码 加密解密 运行环境:Visual C/C++
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14399
    • 提供者:lgs
  1. 983q

    0下载:
  2. 软件大小:130K 软件类别:VC/C++源码 加密解密 软件属性:简体中文 | 免费版 运行环境:Visual C/C++
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:118096
    • 提供者:lgs
  1. 8218

    0下载:
  2. 源码介绍: 用VC开发的注册机 65K 软件类别:VC/C++源码 | 加密解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23127
    • 提供者:lgs
  1. 密码编码学——加密方法的C与C++实现

    0下载:
  2. 密码编码学——加密方法的C与C++实现,该程序最好在VC环境下编译-cryptographers -- encryption methods of C and C to achieve the best procedures in the VC environment compiler
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8833355
    • 提供者:刘跃红
  1. VC知识库文章 - C-S模式考试程序制作详解

    0下载:
  2. VC知识库文章 - C-S模式考试程序制作详解-VC-C-S model produced Elaborates on examination procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:104232
    • 提供者:陈鹏涛
  1. RSA algorithm c++

    1下载:
  2. 采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。,Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.
  3. 所属分类:加密解密

    • 发布日期:2013-06-07
    • 文件大小:31815
    • 提供者:张晓斌
  1. 3des

    0下载:
  2. 这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:5406
    • 提供者:nexscorpio
  1. des_c

    0下载:
  2. C语言的DES算法,速度很快,是VC++的好几倍、-C language of the DES algorithm, very fast, is several times the VC++,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:210413
    • 提供者:陈辉
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-08
    • 文件大小:16307947
    • 提供者:cristiano
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  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. baseonspaceair

    0下载:
  2. 基于空间域的信息隐藏技术,用VC++做的,希望大家能用的上-Based on the spatial domain information hiding technology, the VC++ Do hope that we can use the upper
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:4050306
    • 提供者:胡静
  1. Elgamal

    0下载:
  2. Elgamal数字签名的一个大体验证,用于对一个文件的签名后在进行认证.一个VC开发的小程序.-Elgamal digital signature verification of a general for the signature of a document during the certification after. A small VC development process.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:431513
    • 提供者:张理成
  1. encryption_source_code

    1下载:
  2. VC++注册码加密源程序(含注册机、解密机),本方法可有效控件版权软件被破解,保护你的软件产权不受侵害,压缩包内有两个源码包,一个是注册机源程序,另一个是解密机的源程序,一套完整的参考实例。 -VC++ registration key encryption source code (including RI, decryption machine), this method can effectively control the copyright software is compromise
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:20349
    • 提供者:swreal
  1. RSA

    0下载:
  2. VC环境下实现的RSA算法!之上传了c源文件和头文件-RSA algorithm is realized in the VC environment!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:10517
    • 提供者:kun
  1. vc

    0下载:
  2. 流密码测c语言程序,可实现加密解密功能,有界面-very good
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:10877281
    • 提供者:王峰
  1. DES

    0下载:
  2. 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:29033
    • 提供者:nannan
  1. RSAUtil.PGP

    0下载:
  2. rsa算法的实现,有界面,用c++语言编写-rsa algorithm implementation, there are interfaces, using c++ language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:139548
    • 提供者:lijinze
« 12 3 4 »
搜珍网 www.dssz.com