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

搜索资源列表

  1. 简单的文件加密代码

    0下载:
  2. 简单的文件加密代码 一个不错的文件加密系统,对你工作的安全大大加强。-simple file encryption code a good file encryption system, you have the right security greatly enhanced.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3223
    • 提供者:lxr
  1. Des加密解密文件

    1下载:
  2. 可以操作的文件类型:TXT、DOC、JAVA等,且Word文档中包含图片也没问题 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。-can operate file types : TXT, DOC, JAVA, but Word document contains photographs have no problem ru
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:37731
    • 提供者:寒风
  1. 文件加密技術

    0下载:
  2. 經典的文件加密技術,簡單高效-classic document encryption technology, a simple and efficient
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1413
    • 提供者:大华
  1. 文件加密技术一例

    0下载:
  2. 文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different oc
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3940
    • 提供者:林丰
  1. 简单的文件加密代码

    0下载:
  2. 一个不错的文件加密系统,对你工作的安全大大加强。-a good file encryption system, you have the right security greatly enhanced.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2417
    • 提供者:李宗波
  1. 用VC编写文件加密程序的源代码

    0下载:
  2. 用VC编写的一个简单的文件加密的程序源代码-VC prepared by a simple document encryption source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15818
    • 提供者:柳星
  1. 实例81 用C编程获取WPS的文件密码

    0下载:
  2. 用C编程获取WPS的文件密码-C programming WPS access to the password file
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11382
    • 提供者:于健英
  1. C#加密指定文件 

    3下载:
  2. C#加密指定文件,浏览到想要加密的文件,可以是TXT或其它格式的文件,然后输入输入任意密钥,可以对选中的文件进行加密,由于设计出了可视化的窗体界面,因此使得本C#加密解密程序使用起来相当简单容易。
  3. 所属分类:加密解密

    • 发布日期:2012-05-30
    • 文件大小:15549
    • 提供者:popand924
  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-23
    • 文件大小:18569
    • 提供者:yan
  1. LockFile

    0下载:
  2. 一个Windows下的文件加密工具,稳定可靠,密码越长(1-16位),被解密的可能性越小。不过别使用完全重复的密码:如aaaaaa等同于a,xyzxyz等同于xyz,Under a Windows file encryption tools, stable and reliable, the password longer (1-16), and the smaller the possibility of being declassified. But do not repeat the us
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:72248
    • 提供者:
  1. dirsh

    0下载:
  2. 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:74602
    • 提供者:噶噶
  1. file_encryption

    0下载:
  2. 自己写的一个小工具:文件加密、解密器,解密必须是本工具加密的文件。速度快,效率高。-file encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:115194
    • 提供者:CCC
  1. 文件加解密

    0下载:
  2. 一个用来加密和解密文件的程序,很好用-One used to encrypt and decrypt files, good use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:532833
    • 提供者:zhwweb
  1. md5

    1下载:
  2. 用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:20066
    • 提供者:zyf
  1. TripleDESencryption

    0下载:
  2. JDK:1.40以上 说明:文件加密 加密方法:三重DES加密 加密过程:对选中的文件加密后在同文件夹下生成一个增加了".tdes" -JDK: 1.40 and above Descr iption: file encryption encryption: Triple DES encryption encryption process: the selected file encryption in the same folder to generate a an incre
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3210
    • 提供者:许毅
  1. AES()

    0下载:
  2. 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:82137
    • 提供者:liu
  1. filesystemEntry

    0下载:
  2. 基于文件过滤系统的文件加密,摘 在比较几种文件加密方法特点的基础上,提出了一种基于文件过滤器的加密方法,并介 绍了程序设计方法。新的加密方法与其他文件加密方法相比,具有访问控制方便、安全性好的优点, 且支持多种存储介质 -In comparing the characteristics of several methods of file encryption, based on a file-based encryption filter methods, and refer
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:87266
    • 提供者:jiaochunqiang
  1. jiami

    0下载:
  2. 使用vc++编辑的文件加密工具,被加密的文件打开后以乱码的形式出现,解密后恢复正常。-Using vc++ Edit the file encryption tool, to open the encrypted files are after the form of garbage, back to normal after decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1582282
    • 提供者:jiaojiao003
  1. file_encrypt

    0下载:
  2. 简单的文件加解密程序。可以对整个文件夹进行加密和解密。-Simple file encryption and decryption process. Can be carried out on the whole folder encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3464413
    • 提供者:林文
  1. 加密文件

    0下载:
  2. 对电脑中的文件夹进行加密,每次打开文件夹,需要输入密码(For computer to encrypt the folder, open the folder each time, need password)
  3. 所属分类:加密解密

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com