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

搜索资源列表

  1. DESjiamideCPP

    0下载:
  2. 文档以DES算法为基础,通过c++设计实现对文件的加密程序源代码。-Document based on the DES algorithm by c++ design file encryption program source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-01
    • 文件大小:18432
    • 提供者:史浩然
  1. des_delphi

    0下载:
  2. DES DELPHI 加解密程序原代码。非常的简单-DES DELPHI encryption and decryption program source code
  3. 所属分类:Delphi控件源码

    • 发布日期:2014-03-13
    • 文件大小:15847
    • 提供者:zhijian
  1. DisplayHDid

    0下载:
  2. 采用DES算法对磁盘cpu号进行加密解密,有界面。一个简单的加解密程序-Using the DES algorithm to CPU, disk encryption, decryption, interface. A simple encryption program
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:66429
    • 提供者:李杨
  1. Encryption

    0下载:
  2. java写的加密程序,能分别使用AES和DES加密解密文件。-written in java encryption program can decrypt files using AES and DES encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:123697
    • 提供者:张起
  1. DES_zyj

    0下载:
  2. DES加密完整程序,内包含所有需要的文件,下载解压即可运行。-DES encryption complete program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-24
    • 文件大小:3779758
    • 提供者:庞云飞
  1. DES_encrypt_system

    0下载:
  2. 本程序使用C++语言在VC6.0下实现DES加密解密过程,输入明文从文件读取,输出密文写到文件,加密密钥程序内定,可以修改。-This program uses C++ language Under the VC6.0 DES encryption and decryption process, the input plaintext read from the file, the output ciphertext is written to the file encryption key p
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:328534
    • 提供者:terry
  1. 12222

    0下载:
  2. 用DES加密算法编写一个的加密程序。 基本实验:输入明文及加密密钥,输出密文;输入解密密钥后输出明文。-Use DES encryption algorithm to write an encryption program.
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:5376048
    • 提供者:袁一科
  1. rc522_des

    0下载:
  2. RC522射频卡读写驱动和应用,MSP430单片机调试成功并且加入了DES加密算法,卡数据通信时可以选择是否加密,此程序仅供参考。-RC522 RF card reader drivers and applications, MSP430 MCU debugging success and joined the DES encryption algorithm, data communication card, you can choose whether to encrypt, this pr
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:10870
    • 提供者:潘军
  1. ConsoleApplication1

    0下载:
  2. des加密程序 c++编写 本来想写界面的 但是还没有编好 -des encryption program c++ useful code
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:4369
    • 提供者:nicolejang
  1. DES1

    0下载:
  2. 这是一份DES加密的程序,为了成为会员才上传的。-This is a DES encryption program, in order to become a member before upload.
  3. 所属分类:CA program

    • 发布日期:2017-05-12
    • 文件大小:2673191
    • 提供者:叶嘉琦
  1. DesEncypt-

    0下载:
  2. VC++编写实现的文件加密程序,可实现RAR、exe/jpg等格式文件的加密,在使用时,打开程序,只需选择被加密的文件,然后输入加密密钥,设置文件保存的路径,点击“开始加密”按钮,即可快速实现文件的DES加密处理。源代码基于VC++编写,在VC6.0环境可直接编译。-VC++ prepared to achieve file encryption program, enabling RAR, exe/jpg format files such as encryption, when in use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:26980
    • 提供者:郭子杰
  1. DesEncypt

    0下载:
  2. VC++编写实现的文件加密程序,可实现RAR、exe/jpg等格式文件的加密,在使用时,打开程序,只需选择被加密的文件,然后输入加密密钥,设置文件保存的路径,点击“开始加密”按钮,即可快速实现文件的DES加密处理。源代码基于VC++编写,在VC6.0环境可直接编译。-VC++ prepared to achieve file encryption program, enabling RAR, exe/jpg format files such as encryption, when in use
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:29314
    • 提供者:kingyuan
  1. DesDecypt

    0下载:
  2. DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption procedures, VC source code written with Des file encryption program is supporting the use of. Simple to use, navigate to the desired declassified docume
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:27083
    • 提供者:卞爱涛
  1. DesEncypt

    0下载:
  2. DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption program, VC source code written with Des file encryption program is supporting the use. Simple to use, navigate to the need to decrypt the file, enter t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:26451
    • 提供者:dsmask
  1. ADes

    0下载:
  2. 基于Android的DES加密程序,仅供学习使用 本程序用于将短文本加密成16进制密文输出 -Android-based DES encryption program, only to learn the use of this procedure is used to encrypt a short text into hexadecimal output ciphertext
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:1545217
    • 提供者:胡敏
  1. pamcrypt

    0下载:
  2. Just a simple program to test a DES  hash password.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:874
    • 提供者:Beech
  1. DESjiamiliaotian

    0下载:
  2. 基于DES加密的TCP聊天程序,在linux环境运行成功后,双方可以实现聊天,聊天内容是经过加密处理的,即便是被截获也不会泄露消息内容-DES encryption of TCP-based chat program, after a successful run linux environment, the two sides can achieve chat, chat content is encrypted, even if the message is intercepted and
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:5738
    • 提供者:飞雪倾心
  1. report2

    0下载:
  2. des加密解密 程序可实现基本功能,对初学者会有大的帮助。-des encryption and decryption program can achieve the basic function, there will be a big help for beginners.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4153346
    • 提供者:huang jumei
  1. DES_LyHongTrang

    0下载:
  2. DES algarithm source code and program in java
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:309755
    • 提供者:FSO
  1. chat

    0下载:
  2. DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encryption chat tool contains three files: chat.cpp, des.h, makefile. Co
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5272
    • 提供者:xuting
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com