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

搜索资源列表

  1. DES_real

    0下载:
  2. 用C++开发的一个简单的DES加密解密程序,绝对可用,编译通过。不过只对字符操作,不可以加密文件-C development of a simple DES encryption and decryption procedures, definitely can be used, compile. But only the characters operation, not encrypting documents
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:118524
    • 提供者:王选
  1. java_des_crypto

    0下载:
  2. DES加密解密程序的主程序在 FileDES类中 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。 可以操作的文件类型我实验了TXT、DOC、JAVA等都没有问题,且Word文档中包含图片也没问题
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21570
    • 提供者:chensong
  1. 20070115223401592

    0下载:
  2. DES加密解密程序,图形界面,以及DES加解密功能。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:305832
    • 提供者:尚舵
  1. (Clanguage)

    0下载:
  2. CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4734
    • 提供者:1234
  1. des

    0下载:
  2. 用vc++编写的DES加密解密程序,可以执行。-Written in vc++ using DES encryption and decryption process, you can perform.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2868
    • 提供者:刘宏岩
  1. DES

    0下载:
  2. 简单的DES加密解密程序,可以在C++编程环境中运行-Simple DES encryption and decryption process can be C++ programming environment run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3645
    • 提供者:刘风
  1. DES

    0下载:
  2. 传统的DES加解密程序,VC++实验通过,功能较为完善,支持文本加密及实时加密功能。-The traditional DES encryption and decryption process, VC++ test passed, function better, support the text encryption and real-time encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:119578
    • 提供者:sniper
  1. DES(delphi)

    0下载:
  2. 强大的DES加密解密程序。 提供密钥后, 提供任意文件,生成加密后的密文。 提供任意文件,生成解密后的明文。-Strong DES encryption and decryption process. Provide any file, generate the encrypted ciphertext. Provide any documents, generate decrypted plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:197437
    • 提供者:李淑怡
  1. DES

    0下载:
  2. 强大的DES加密解密程序。 给8位字符作为密钥, 输入任何文件,输出加密后的密文。 输入任何文件,输出解密后的明文。 测试过输入可执行文件加密解密后仍然可执行。-Strong DES encryption and decryption process. To 8-bit characters as the key, enter any file, the output encrypted ciphertext. Enter any file, the output decr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1957720
    • 提供者:李淑怡
  1. DES

    0下载:
  2. DES加密解密程序 Requirement: Simple interface with inputs (M, K)/(C, K) and output (C)/(M) is required in the program. All data are presented in the hexadecimal format.-DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2517
    • 提供者:张晓明
  1. DES

    0下载:
  2. 可以实现CBC和ECB的DES加密解密算法的matlab程序- A matlab program which can decrypt and crypt the DES algorithm in CBC and ECB mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:8123
    • 提供者:赵昊宸
  1. DES-CPP

    0下载:
  2. DES加密/解密程序,C++实现,给大家提供参考-DES encryption/decryption process, C++ implementation, to provide reference. . . . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:9415
    • 提供者:水魂
  1. DES

    0下载:
  2. DES加密解密程序,可实现断块处理,是密码课的一个课程设计-DES encryption and decryption procedures, can block processing, is the password of a class curriculum design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4457456
    • 提供者:黄亮
  1. DES-By-10084202

    1下载:
  2. 基于MFC的DES加密解密程序-MFC-based DES encryption and decryption procedures. . . . . . . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:2359295
    • 提供者:zhangfenjiao
  1. DES

    0下载:
  2. C语言编写的DES加密解密程序,VC++ 6.0编译通过,附注释,可参考学习-C language of the DES encryption and decryption procedures, compiled through VC++ 6, annotated, can refer to learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3211
    • 提供者:王辉
  1. DES-vb6

    1下载:
  2. vb6.0编写的des加密解密程序,下载即能用-vb6.0 prepared des encryption and decryption procedures, download that can be used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:10178
    • 提供者:心雨
  1. des

    0下载:
  2. .NET 框架下DES加密/解密程序的实现,运行环境:Win2000 sp3和.net framework v1.0.3705 +C#-Achieve NET framework DES encryption/decryption program, operating environment:. Win2000 sp3 and net framework v1.0.3705+C#
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:54618
    • 提供者:刘文青
  1. DES

    1下载:
  2. delphi的des加密解密程序及代码,可直接用于字符串的加密-delphi des code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:190616
    • 提供者:马欣
  1. DES

    0下载:
  2. DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:9417
    • 提供者:赵一
  1. Des+Md5

    0下载:
  2. 此程序由VC++编写而成,运行程序在release文件夹下,可以实现对文件的加密和解密操作(Can be achieved on the document encryption and decryption operations)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1691648
    • 提供者:zhukun20032394
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com