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

搜索资源列表

  1. VC++实现文件加密功能的源代码

    0下载:
  2. VC++实现文件加密功能的源代码,这只是一个简单的例子,如果你感兴趣可以更加深入的研究一下。-VC file encryption function in the source code, this is just a simple example, if you are interested more in-depth study.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16.92kb
    • 提供者:许志广
  1. tea加密算法源代码

    0下载:
  2. 加密算法tea加密文件,用vc语言编写,支持多种格式-encrpyt file by tea arithmetic,support some kinds of file format,VC Code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.24kb
    • 提供者:焦伟伟
  1. filepassword

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22.02kb
    • 提供者:丁建军
  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.73kb
    • 提供者:郭佳
  1. vcfilesecret

    0下载:
  2. 用VC++实现文件加密功能的源代码,本代码实现对文件的简单加密。 -with VC file encryption function in the source code, the code to achieve a simple document encryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.51kb
    • 提供者:于珊
  1. NTL-RSA

    2下载:
  2. 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.83mb
    • 提供者:李刚
  1. desVc++

    0下载:
  2. des加密解密vc++完整实现,包括可以直接运行的exe文件,工程文件dsw,dsp,供大家参考学习-des encryption and decryption vc integrity to achieve, including the direct operation of the exe file, engineering document dsw, dsp, for your reference learning
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:71.79kb
    • 提供者:引擎
  1. FileEnc

    0下载:
  2. File Encryption Utility(使用Blowfish算法给文件加密的完整程序)VC 源代码-File Encryption Utility (using Blowfish encryption algorithm to document the integrity of procedures) VC source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:148.67kb
    • 提供者:流逝
  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
    • 文件大小:31.07kb
    • 提供者:张晓斌
  1. 基于CryptoAPI的文件加密程序

    0下载:
  2. 基于CryptoAPI的文件加密程序。在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。,CryptoAPI based on the file encryption process. At windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program format specification,
  3. 所属分类:加密解密

    • 发布日期:2017-03-24
    • 文件大小:18.13kb
    • 提供者:yan
  1. MD5KeyGen_v10

    0下载:
  2. 一个计算文件MD5的VC小程序 -File MD5 calculation of the VC a small program for calculating a MD5 file of VC applet
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:759.2kb
    • 提供者:youjun
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:404.23kb
    • 提供者:xiaowei
  1. des

    0下载:
  2. des对文件进行加密与解密,vc++下编写,编译课以通过-des encryption and decryption of the file, vc++ to prepare, compile the class through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3.76kb
    • 提供者:王军
  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-09
    • 文件大小:15.55mb
    • 提供者:cristiano
  1. HexEnc

    0下载:
  2. VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:67.82kb
    • 提供者:117
  1. md5dell

    0下载:
  2. VC++打造MD5加密算法的源程序代码,程序经过编译可生成最终成品——DLL文件,方便你在其它地方调用。-VC++ to create the MD5 encryption algorithm source code, the program can be compiled to generate the final product- DLL file for calling you elsewhere.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.74mb
    • 提供者:160
  1. MD5-VC6

    0下载:
  2. 本程序实现了MD5消息摘要算法对输入的文字或选择的文件进行消息摘要.-This program implements MD5 message digest algorithm to input text or select a file message digest
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:119.93kb
    • 提供者:zhanglijuan
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1.05mb
    • 提供者:张希行
  1. sha512

    0下载:
  2. 使用vc实现的高效的sha512算法,并通过测试能正确地计算出任意文件的哈希值,欢迎使用-Vc achieve efficient use of the sha512 algorithm, and passing a test to correctly calculate the hash value of any file, please use the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.34mb
    • 提供者:刘琦
  1. three-DES

    0下载:
  2. VC++实现的利用三重DES进行文件加解密-Achieve file en and de using TripleDES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:193.46kb
    • 提供者:芳草
« 12 3 4 »
搜珍网 www.dssz.com