CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 加密加密-C

搜索资源列表

  1. bambam004_source

    0下载:
  2. 前EEC组织核心成员写的一款PE加壳程序的C++源码。对Dos Stud也进行了加密,很经典。-former EEC core members of the Organization of writing new procedures PE shell of C source code. Right Dos Stud also of encryption, very classic.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:386515
    • 提供者:黄芸乐
  1. Data4final

    0下载:
  2. 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8617
    • 提供者:何志
  1. ks

    0下载:
  2. 凯撒加密算法C语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5051
    • 提供者:二十八画生
  1. CryptoAPI_ProtectFile

    0下载:
  2. 利用Visual C++ .net2003开发的一款用于保护文件的小程序。 对文件产生MD5值同时对源文件用DES加密,并用私钥加密签名。 对加密文件解密,验证用公钥解密签名与解密文件的MD5值比较,以判断文件是否被修改。 遇到的问题:微软提供的签名函数可能有问题,无论用公钥还是私钥签名,用公钥、私钥(任一)均可解密。怪!希望在此与大家交流交流。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10111
    • 提供者:jimin
  1. md4

    0下载:
  2. 这是一个静态的md4算法加密,是在vc++的环境中执行,c语言编写;-This is a static md4 encryption algorithm is the vc environment implementation, c languages;
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:13497
    • 提供者:梅新
  1. bambam004_source_bugfixEdition

    2下载:
  2. 前EEC组织核心成员写的一款PE加壳程序的C++源码。对Dos Stud也进行了加密,很经典。网上公开的源码有几个bug,加壳之后无法运行,这个版本是我参考http://www.pediy.com/bbshtml/bbs8/pediy8-557.htm修改的,测试了下DbgView加壳之后正常运行。-Organization of the core members of the former EEC PE packers to write a C++ source program. Also c
  3. 所属分类:文件操作

    • 发布日期:2012-10-31
    • 文件大小:369992
    • 提供者:李杜
  1. CryptDES

    0下载:
  2. 基于c++(MFC)的DES加密解密系统,密钥过长时自动进行3DES加密-Based on c++ (MFC) of the DES encryption system
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:3632067
    • 提供者:王执安
  1. RegistDemo

    1下载:
  2. Visual C++ 6.0的程序环境,是文件操作与注册表编程中的典型实例,实现了使用注册表进行软件加密-Visual C++ 6.0 the program environment is a document registry operation and programming of a typical example of the realization of the use of encryption software registry
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:55099
    • 提供者:yeling
  1. Pseudo-random

    0下载:
  2. 伪随机数加密 对各类文件加密,利用一个随机序列与磁盘文件中的内容进行运算,将结果存入文件。解码时,则进行逆越算。该C程序已经经过调试-Pseudo-random number encrypted on the various types of file encryption, using a random sequence with the contents of the disk file operation will result into a file. Decoding, then
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:18463
    • 提供者:张大头
  1. super_xmlini

    0下载:
  2. TXmlIni支援以下功能(特征):         1. 具有压缩能力(使用ZLib)         2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)         3. 具Stream串流载入与输出能力         4. 具字串载入与输出能力         5. 具Base64能力(当使用压缩时
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:4029408
    • 提供者:刘孟雄
  1. EncryptionSystem

    0下载:
  2. 这是我写的一个帐户保险箱的程序, C++语言, 里面涉及到数据加密和解密的相关知识, 有兴趣的可以下载下来看看.-This is a program I wrote an account safe C++ language, which comes to the knowledge of the data encryption and decryption, interested can download to look down.
  3. 所属分类:File Operate

    • 发布日期:2017-11-15
    • 文件大小:3931118
    • 提供者:Ivan
  1. rsa

    0下载:
  2. rsa加密算法,用c语言实现,同时具有有加密解密功能-Rsa encryption algorithm, using c language implementation, at the same time have encryption, decryption function
  3. 所属分类:File Operate

    • 发布日期:2017-12-08
    • 文件大小:2501
    • 提供者:林西
  1. win-rsa

    0下载:
  2. rsa加密算法,核心部分c语言实现,文件系统使用VB编写-rsa encryption algorithm
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:751146
    • 提供者:地方
  1. DES_encryption_algorithm

    0下载:
  2. DES 的C语言加密版本,文档里包含相应的内容介绍,以及算法功能的实现,附加实现代码,希望能采纳。-DES encryption algorithm
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:254160
    • 提供者:刘伟
  1. file-en-de

    0下载:
  2. C++ builder 对以个文件进行编码解码的算法,加密有用-Builder C++ to a file for encoding decoding algorithm, encryption useful
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:214930
    • 提供者:li
  1. MD5Operate

    0下载:
  2. VC++实现MD5加密功能,方便快捷,有效实现加密功能!-C++ implementation of the MD5 function, convenient and effective encryption features!
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1207766
    • 提供者:dele
  1. encryphed-vncrzpted

    0下载:
  2. 前EEC组织核心成员写的一款PE加壳程序的C++源码,对Dos Stud也进行了加密,很经典,-Before the EEC organization core members to write a c++ source code of the packer, PE is encrypted on Dos Stud, very classic,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:414720
    • 提供者:ityeator
  1. 568416

    0下载:
  2. Visual C++中调用DLL实现数据加密,不错的源码(Visual c + + calling DLL for data encryption, good source)
  3. 所属分类:文件操作

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:kwjk!114712
搜珍网 www.dssz.com