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

搜索资源列表

  1. 文件加解密.rar

    0下载:
  2. 一个用来加密和解密文件的程序,很好用
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:520.08kb
    • 提供者:
  1. 文件加密_解密的例子(5KB)

    1下载:
  2. 加密/解密字符串的例子-encryption / decryption string of examples
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.61kb
    • 提供者:风影
  1. Des64位加密解密

    0下载:
  2. 64位的DES加密解密,加密111文件生成222,解密生成-64 DES encryption and decryption, encryption 111 documents generated 222, 333 declassified Generation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23.18kb
    • 提供者:时海威
  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
    • 文件大小:36.85kb
    • 提供者:寒风
  1. 多功能文件加密器

    0下载:
  2. 主要是对文件的一些操作:加密、解密文件,加密、解密可运行文件,批量更名,文件比较,文件分割 -mainly for the operation of paper : encryption, decryption, encryption, decryption can run files, batch renaming, Document, document segmentation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:111.98kb
    • 提供者:古风
  1. moderncrytography

    2下载:
  2. RSA的JAVA实现,界面很简洁,就三个按钮:生成密钥对,加密文件,解密文件.可以导入文件,但文件长度有限制,这是由于密钥长度而限制的-RSA JAVA interface is very simple, three buttons : Key Generation right, encrypted documents, The declassified document. can import documents, but there are restrictions on the lengt
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.15kb
    • 提供者:huang
  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
    • 文件大小:3.85kb
    • 提供者:林丰
  1. 一个实现文件加密的源码

    0下载:
  2. 对字符串的加密解密算法-right string encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2014-01-15
    • 文件大小:76.14kb
    • 提供者:龙一
  1. tooflat透明加解密增加RC4算法 源码

    1下载:
  2. 驱动透明加解密经典源码
  3. 所属分类:加密解密

    • 发布日期:2010-07-19
    • 文件大小:37.9kb
    • 提供者:tangzhe1
  1. C#加密指定文件 

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

    • 发布日期:2012-05-30
    • 文件大小:15.18kb
    • 提供者:popand924
  1. 文件加解密

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

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

    0下载:
  2. 用C++实现的动态加密 为一个文件加密,写为另一个文件,再将另一个文件解密-C++, implemented as a dynamic encryption file encryption, write to another file, another file and then decrypt
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:24.25kb
    • 提供者:佣兵
  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. 文件加密解密

    2下载:
  2. 对txt文件的加密解密,采用c++编写。(The encryption and decryption of the txt file, using c ++.)
  3. 所属分类:加密解密

  1. 新建文件夹

    0下载:
  2. 用js语言来实现rsa加密解密算法,函数rsaEncrypt()用来实现加密;函数rsaDecrypt()用来实现解密;(Implementation of RSA encryption and decryption algorithm with JS)
  3. 所属分类:加密解密

    • 发布日期:2017-12-30
    • 文件大小:2kb
    • 提供者:飘&江
  1. 新建文件夹

    0下载:
  2. 一个操作系统实验课的日常任务,解密,可用于参考(The daily task system class a operation, decryption)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1.21mb
    • 提供者:tommyy
  1. 基于CUDA的RAR文件密码恢复

    1下载:
  2. 基于CUDA平台的rar加密解密的原理、算法说明的有关论文(Rar encryption and decryption based on CUDA platform principle, algorithm descr iption of the relevant papers)
  3. 所属分类:加密解密

    • 发布日期:2018-01-03
    • 文件大小:12.99mb
    • 提供者:欧阳暄
  1. 加密解密 技术内幕

    0下载:
  2. 加密解密 技术内幕 第1章 PE文件格式深入研究 第2章 PE分析工具编写 第3章 Win32 调试API 第4章 Windows下的异常处理 第5章 软件加密技术 第6章 加壳软件编写 第7章 如何让壳与程序融为一体 第8章 Visual Basic 6 逆向工程 附录A 在Visual C++中使用内联汇编 附录B 在Visual Basic中使用汇编(Encryption and decryption technology)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-23
    • 文件大小:1.32mb
    • 提供者:Kozer
  1. php加解密工具包集合

    2下载:
  2. php 混淆加密解密工具合集包,可以解密源码并找到PHP文件,其他不能解密,一些解密脚本再与你分享!(PHP obfuscation encryption and decryption tool collection package, you can decrypt the source code and find the PHP file, the other can not be decrypted, some decryption scr ipt to share with you!)
  3. 所属分类:加密解密

    • 发布日期:2018-10-19
    • 文件大小:6.1mb
    • 提供者:shi121yang
  1. 加解密软件——顺风制作

    1下载:
  2. 加密解密一份文件,希望对大家有一个参考作用。(Encrypeting a filed with a key txt is the founction of this software, i wisi it can help you on writing software like this.)
  3. 所属分类:加密解密

    • 发布日期:2020-10-16
    • 文件大小:399kb
    • 提供者:苦力灬bit丶
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com