CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - DES的实现

搜索资源列表

  1. DES加密算法实现的C 类.zip

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:4412
    • 提供者:
  1. 330911894

    0下载:
  2. C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7035
    • 提供者:猪头
  1. aes设计方案

    0下载:
  2. 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article describe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14433
    • 提供者:
  1. 基于FPGA的DES加密系统设计与实现.doc

    0下载:
  2. 基于FPGA的DES加密系统设计与实现.doc
  3. 所属分类:报告论文

    • 发布日期:2012-05-28
    • 文件大小:1229312
    • 提供者:zhl11b
  1. java加密技术

    0下载:
  2. java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
  3. 所属分类:编程文档

    • 发布日期:2017-03-27
    • 文件大小:10170
    • 提供者:gaoshan
  1. DES-symmetric

    0下载:
  2. 了解DES对称编码方式的工作机制 2.了解各子函数的实现过程(包括设置密钥、f 函数、S 盒代替变换等) -DES symmetric know the working mechanism of encoding 2. Learn the process of implementation of the Functions (including set-key, f Function, S-box in place of transformation, etc.)
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2622
    • 提供者:zwh
  1. des

    0下载:
  2. 通过C实现的des的源代码,能实现对信息的加密与解密-there is a des code
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:10573
    • 提供者:bull
  1. RSADES

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1091302
    • 提供者:林晓波
  1. 335867172239

    0下载:
  2. 随着计算机网络的高速发展,信息化社会的逐步深入,信息已经成为生活重要因素,为了能够有效简洁方便安全共享的管理好自己的信息,利用计算机技术来管理个人通讯信息已经不是什么希奇的事了。本文将利用JSP语言设计一个多用户的个人通讯信息管理系统。它是基于C/S服务模式跨平台的JSP技术《个人通讯录管理系统》。个人通讯录管理系统的设计在一定程度上实现了计算机的智能化的应用,并最终达到个人通讯信息的共享,体现个人通讯信息的电子化效果,便于管理和更新。整个程序的开发过程和设计能够在一定意义上体现出计算机软件设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:739793
    • 提供者:樊伟
  1. des

    0下载:
  2. des算法,可以对数据进行加密和解密,利用不同密钥可以实现不同的功能
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:3318
    • 提供者:李子
  1. des1

    0下载:
  2. 从万方数据库中下的介绍des加密以及解密的两片文章,是用FPGA实现的,pdf格式.希望对理解des加密以及解密的原理有所帮助。 -From the descr iption of the database under the des encryption and decryption of the two articles is the use of FPGA implementation, pdf format. Hope to understand the principles of
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:277676
    • 提供者:chengpan
  1. DESmain

    0下载:
  2. DES主函数,16轮迭代循环的实现过程,以及子密钥的生成过程-DES main function, the realization of 16 rounds of iterative loop process, and sub-key generation process
  3. 所属分类:Software Testing

    • 发布日期:2017-03-29
    • 文件大小:627
    • 提供者:danjuan001
  1. VCchat

    0下载:
  2. 1、分析典型网络聊天应用软件(如QQ、MSN等)的实现原理,模拟设计一套网络聊天应用程序,必须实现以下功能: ①按照C/S结构分别设计服务端程序和客户端程序; ②服务端通过图形用户界面实现对服务器的控制,负责维护用户帐户和用户群,并维护用户信息、维持客户端之间的端对端通信和群聊通信、适时维护用户在线信息,并能够发送广播消息。 2、增加尽可能多的功能,用户界面友好,操作简便,代码设计遵从程序设计规范,易读性强,对关键过程和代码进行标注说明。 3、程序设计过程遵从软件工程规范,有需求
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:82587
    • 提供者:xuxiaofeng
  1. test1

    0下载:
  2. des算法的实现及报告,编程构造des的密钥再实现加密解密-the the des algorithm realization and reports, key programming constructs des encryption and decryption
  3. 所属分类:软件工程

    • 发布日期:2017-12-04
    • 文件大小:219136
    • 提供者:wangxuefei
  1. DES-CPP.rar

    0下载:
  2. DES算法用C++实现的源代码,对开发很有帮助,DES algorithm source code C++ achieve development helpful
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:7867
    • 提供者:JenshyHong
  1. DES

    0下载:
  2. 一个基于JAVA平台的DES加密算法的实现-A DES encryption algorithm based on the JAVA platform
  3. 所属分类:Document

    • 发布日期:2017-11-29
    • 文件大小:58254
    • 提供者:whacker
  1. DES-data-encryption

    0下载:
  2. 本文是一篇讨论关于常用文件加密解密算法的毕业设计论文,它详细的讲述了文件加密解密算法实现的过程中所用到的方法、技术。-This article is a discussion about common file encryption and decryption algorithm design graduate thesis in detail about the methods, techniques used in the process of file encryption and de
  3. 所属分类:Project Design

    • 发布日期:2017-11-15
    • 文件大小:128267
    • 提供者:marry
  1. DES

    0下载:
  2. DES加密算法的算法研究及其matlab实现-the study of DES encryption algorithm and its realization in matlab
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:307122
    • 提供者:ona
  1. Several-encryption-C-Sharp

    0下载:
  2. C#几种加密算法的介绍,包括对称加密算法MD5的实现,对称加密算法DES的实现,对称加密算法RC2的实现,以及其他算法的实现,内容包括对算法的讲解以及部分主要关键代码。-Several encryption algorithm C#
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6878
    • 提供者:刘湘琼
  1. Sim-des-of-DSS-spectrum-com_system

    0下载:
  2. 直接序列扩频通信系统仿真设计,对扩频的整个工作过程进行详细的介绍,并且最后给出matlab代码的实现-Direct sequence spread spectrum communication system simulation design, the spread of the entire work process to carry out a detailed introduction, and finally gives the implementation of matlab code
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2452513
    • 提供者:张飞
« 12 »
搜珍网 www.dssz.com