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

搜索资源列表

  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. encrypttxt

    0下载:
  2. 对txt文件进行加密解密-right txt file encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3398
    • 提供者:安迪
  1. CDes_standard

    0下载:
  2. 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source fil
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10730
    • 提供者:李文
  1. EncodePro

    0下载:
  2. Windows编程,使用自定义的加密算法对TXT文件进行加密解密.-Windows programming, using a custom encryption algorithm TXT document encryption and decryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5393
    • 提供者:
  1. sdestt

    1下载:
  2. S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情况 相同明文下密钥改变任一位时密文的位差异情况-S-DES
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2281
    • 提供者:冯鋆
  1. jiami001

    0下载:
  2. 它加密txt文件和cpp文件,并且创建key在你的软盘上,你可以用这个key加密文件.rar-txt file encryption and cpp files and create key in your floppy disk, you can use this document encryption key. Rar
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4997
    • 提供者:王宁
  1. C#加密指定文件 

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

    • 发布日期:2012-05-30
    • 文件大小:15549
    • 提供者:popand924
  1. winform

    0下载:
  2. 加密解密winform程序,稍稍改改就可以了,其实txt文件,sql备份文件都一样,getbytes而已-Winform encryption and decryption process, a little change can change, but in fact txt file, sql backup files are the same, getbytes only
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1854
    • 提供者:张志民
  1. MyCryptograghy

    0下载:
  2. 对DES对各种类型的加解密的一个算法整理,包括对Byte,string,TXT文件类型,及其他类型的文档的一个解加密-Of DES encryption and decryption of all types of finishing an algorithm, including Byte, string, TXT file types, and other types of documents, a solution of encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:6733
    • 提供者:qer
  1. jiami

    0下载:
  2. 实现简单的TXT文件加密传输,加密方法为RSA加密算法。-Simple transmission TXT file encryption, encryption method of RSA encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:2504
    • 提供者:张学强
  1. DESfileencryption

    0下载:
  2. DES 实现的文件加密解密,能对基本的TXT文件等进行加密解密的操作-encryption and cryption with des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:303030
    • 提供者:项羽
  1. DES_code_c

    0下载:
  2. 在visual studio 2005环境下开发的一个DES加解密程序,使用的是C语言,可以完成对.txt文件的加解密操作,不支持pdf等其他文件类型。密钥为8为字符,须字母开头。-In visual studio 2005 environment, the development of a DES encryption and decryption process, using the C language, can be completed. Txt file encryption and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:255863
    • 提供者:lw
  1. vbDataEncryp

    0下载:
  2. 编写算法对文件进行加密和解密操作,并将调试信息记录到EncrLog.txt文件中,生成Encrypt.exe文件供主监控程序退出时加密文件使用-vbDataEncryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:30558
    • 提供者:wing
  1. filePassword

    0下载:
  2. 文件加密软件,可以对txt文件加密. 使用起来非常方便.-File encryption software, you can txt file encryption. Very convenient to use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:39585
    • 提供者:邬俊
  1. program_RSA

    0下载:
  2. 这个文件夹中包含两个程序,假设分别有不同的用户使用,pro_dec程序先执行,以产生一个密码对,pro_enc程序一方创建一个plain.txt文件,并用此程序及获得的公钥生成密文。pro_dec一方可以用私钥还原得到原文。(此程序由于密码长度的关系,须加载NTL\ZZ.h包以支持大数字使用)-This folder contains two programs, assuming each with a different user, pro_dec program first implemen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3085
    • 提供者:David Ho
  1. txt-maked-code-file-

    0下载:
  2. 用于加密TXT文件的代码,简单易行,方便可靠-TXT file is used to encrypt the code, simple
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:7879
    • 提供者:言不敢
  1. txt

    0下载:
  2. 该加密程序只能对文本(TXT)文件加密或解密!加密或加密后不要乱改写文本文档里面的内容否则文本作废,不能还原!-The encryption process can only text (TXT) file encryption or decryption! Do not mess encryption or encrypted rewrite the contents of text documents or text invalidated and can not restore!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:35211
    • 提供者:林小七
  1. txt-encrypt

    0下载:
  2. 给TXT文件加密,初学VB加密的一个小程序。-TXT encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:58187
    • 提供者:software free
  1. SHA

    0下载:
  2. 可将txt文件内容求hash值,具体算法为sha_1 算法来源为《密码学原理与实践》 冯登国 学生原创,可执行(The contents of the txt file for the hash value, the specific algorithm for the sha_1 algorithm source for the principle and practice of "Feng" cryptography shown Student original, e
  3. 所属分类:加密解密

    • 发布日期:2017-12-18
    • 文件大小:4570112
    • 提供者:guardian
  1. 文件加密解密

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

« 12 3 4 »
搜珍网 www.dssz.com