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

搜索资源列表

  1. tea加密算法源代码

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

    • 发布日期:2008-10-13
    • 文件大小:2290
    • 提供者:焦伟伟
  1. 关于WIndows下PE格式的加密研究

    1下载:
  2. 关于WIndows下PE格式的加密研究 由本程序加密生成的可执行文件可以防止非法使用者对原程序的非法执行、修改、静态分析和拷贝。-PE format encryption study by the encryption process generated executable files to prevent illegal users of the original implementation of the illegal procedures, modification, static a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:56124
    • 提供者:俞训峰
  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  1. WriteAddReadConfigFileByDLLssleay32

    0下载:
  2. 这是个用openssl加密的程序,用于对配置文件加密,比较好-it is encrypted using openssl procedures for the right configuration file encryption, better,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:127283
    • 提供者:刘文彬
  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14763
    • 提供者:杨巍
  1. Loader32PE

    0下载:
  2. BlowFishEnc ENCRYPTION ALGORITHM 包含C++ class 用于文件加密 -BlowFishEnc ENCRYPTION ALGORITHM contains C class for file encryption
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33903
    • 提供者:柴永
  1. 文件夹加密

    0下载:
  2. 只许要把文件放到文件夹为“III”的同一目录,运行将可以文件夹加密-only the documents should put to the folder "III" in the same directory, will be running folder encryption
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:13304
    • 提供者:lv
  1. yueue_PEencrypt(yueue)_1.0

    0下载:
  2. 练手写的一个程序,功能就是给EXE文件加密,使被加密的文件运行后需要输入密码。-a handwritten training procedures, functions is to the EXE file encryption, encrypted documents needed after running a password.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:865387
    • 提供者:oliver
  1. fileJiami

    0下载:
  2. 最简单的文件加密技术,即采用文件逐字节与密码异或方式对. 对一个文件进行加密,解密的时候只需要再执行一次加密过程即可。-most simple file encryption technology, which adopts a case-by-byte file with the password or different ways right. To encrypt a document, declassified only when further implementation of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1094
    • 提供者:李杰哥
  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加密算法源代码+DLL成品

    0下载:
  2. MD5加密算法源代码+DLL成品,这个更好,有完整的VC源码,更加强大,可以直接做成DLL文件进行调用.特爽,MD5就不用说了吧.-MD5 encryption algorithm source code DLL finished, the better, a complete source VC, more powerful, and can directly cause for calling DLL files. Special autumn, MD5 would not have sai
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36240
    • 提供者:比尔
  1. PE文件简单加密(加壳)--源码

    1下载:
  2. 这个小软件通过在可执行文件(.exe)的尾部添加一个新节(Section),并且修改PE的入口地址,使可执行文件在运行时,跳出一个输入密码的对话框,从而实现了简单的加密。-small software in executable files (. Exe) to the tail adding a new section (Section), and amend the PE import addresses, so that the executable file is run, jump o
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:406105
    • 提供者:林哥哥
  1. md5加密方法

    0下载:
  2. md5文件加密码的VB/ASP代码,大家可以看一下-md5 password document VB / ASP code, we can look at
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6939
    • 提供者:张中辉
  1. EXE文件加密器1.84

    0下载:
  2. 让运行的exe都加一个密码保护. 对你的隐私很好的保护. -run exe were to a password-protected. To your good privacy protection.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:350633
    • 提供者:wolf
  1. AES 加密算法

    1下载:
  2. 一个免费实用的DELPHI AES 加密算法函数包及演示文件,给有需要的朋友-a free practical DELPHI AES encryption algorithm function package and demonstrate the documents to a friend in need
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:213647
    • 提供者:严臣
  1. FileEncrypt_Sources

    0下载:
  2. 文件加密源代码,带界面的,还可以把文件变成自动解密的可执行程序-file encryption source code, with the interface, can also be used to automatically declassified documents into the executable
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:71590
    • 提供者:可耕地
  1. [文本加密器]

    0下载:
  2. 功 能:• 对文本文件(.txt)进行加密、解密。加密后文件(密文)存储形式为后缀为.tyc的文件。 • 加密、解密都设有保存原文件或删除原文件的不同选项。用户可根据个人要求自主选择。 • 加密时若用户所设密码小于6个字符,将自动弹出安全提示。可以选择返回加重新设置密码;可以忽略,继续进行加密;可以取消退出程序(退出前将有提示,确认是否真的退出)。 • 另:本软件易上手,非常适合非专业人士使用。 附有“每日提示”,软件启动时自动弹出
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:55233
    • 提供者:周百
  1. [加密系统]

    0下载:
  2. ID_jiemi 解密 ID_run 加密 ID_filein 输入文件路径 ID_pathout输出文件路径 ID_open 打开输入文件 ID_write 打开输出文件 大二用vc做的加密器-ID_jiemi ID_run declassified document encryption ID_filein input path ID_pathout output file path ID_open open importation documents ID_writ
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:129674
    • 提供者:周百
  1. md5加密破解

    0下载:
  2. MD5加密破解器,可对任何MD5加密文件进行破解,不过这要花时间下去的哦-crack MD5 encryption, which can be of any documents MD5 encryption crack, but it takes time to go oh
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:200473
    • 提供者:0559bbs
  1. pasfsile

    0下载:
  2. 对文件的加密操作,对字符串等文件加密解密-document encryption operation, the documents string encryption and decryption
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2956
    • 提供者:吕建欣
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com