CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - DES

搜索资源列表

  1. DES

    1下载:
  2. 单片机实现DES的程序包
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14386
    • 提供者:gilly
  1. des

    0下载:
  2. M.CORE--des加密程序,位数可选
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1907
    • 提供者:yuanbo
  1. DES

    0下载:
  2. DES 加密算法,详细的C语言代码 帮助你快速开发 自己的加密软件
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-18
    • 文件大小:14044
    • 提供者:胡正明
  1. Des

    0下载:
  2. 应用于单片机MS51系列的汇编语言DES加密算法
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4231
    • 提供者:XxJ
  1. DES

    0下载:
  2. DES的C语言算法,是一个完整C51工程,直接下载就可以应用了.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:28875
    • 提供者:米挂
  1. DES

    0下载:
  2. DES加密源代码,用3DES加密算法。加密强度高,到目前为止,还无人能够破解!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7587
    • 提供者:黑夜_白天
  1. DES

    0下载:
  2. 用C语言实现的DES算法演示 DES算法演示的C源代码
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:17100
    • 提供者:佟立伟
  1. KEIL DES算法

    1下载:
  2. DES加密算法源码\DES加密算法的--51单片机C语言程
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2011-01-11
    • 文件大小:16926
    • 提供者:hpuyuxuan
  1. DES c语言 算法

    0下载:
  2. DES加密算法源码\用C语言写的100行DES加密算法,转载
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2011-01-11
    • 文件大小:8144
    • 提供者:hpuyuxuan
  1. FPGA

    1下载:
  2. 此课件是基于FPGA的加密芯片设计实例,DES的FPGA实现,包括DES加密算法简述,DES的伪代码描述,设计流程,运算电路模型设计,算法程序设计 -The courseware is based on the FPGA chip design example of encryption, DES for FPGA implementation, including the DES encryption algorithm briefly, DES pseudo-code descr ipt
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-06-22
    • 文件大小:3852564
    • 提供者:betty
  1. LIP1601CORE_des_3des

    0下载:
  2. DES & 3DES VHDL & Verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-24
    • 文件大小:7723421
    • 提供者:jc
  1. tcdg.vhdl

    0下载:
  2. des vhld 源码 程序完成了DES的编码和解码功能-des vhld source procedures completed DES encoding and decoding
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:5704
    • 提供者:王亮
  1. DES101

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。文件是DES代码的VHDL描述 -Data encryption algor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:677515
    • 提供者:
  1. core3DES

    0下载:
  2. Full Des Simulation Code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1887267
    • 提供者:esl
  1. DES

    0下载:
  2. 这是从目前银行里,使用的“标准DES算法”,des/undes可对指定长度(最多8的整数倍)的数据进行加解密,密钥为8个字节长度。本程序在DSP5501上使用,去掉技术段的定义,可以移植到PC等环境上。-This is from the current bank, use the " standard DES algorithm" , des/undes can specify the length (up to integer multiple of 8) data encry
  3. 所属分类:DSP program

    • 发布日期:2017-04-14
    • 文件大小:3109
    • 提供者:sck007
  1. DES_IP

    0下载:
  2. 有效的改进3-DES算法的执行速度,采用了多级流水线技术,设计了一种高速的硬件结构,使得原来需要48个时钟周期才能完成的运算,现在只需要一个时钟周期就可以完成。另外通过增加输入/输出的控制信号。使得该IP可以方便的集成到SOC中,大大缩短了SOC的设计周期。-Effective 3-DES algorithm to improve the implementation of speed, multi-stage pipeline technology, designed a high-speed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:23417
    • 提供者:charity
  1. c51Des

    0下载:
  2. 适合C51单片机的DES算法,占用内存小-C51 for the DES algorithm for single-chip, small memory
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:4388
    • 提供者:cl
  1. pic_des

    0下载:
  2. 基于Microchip PIC16F877的DES算法汇编程序,已应用于实际项目,运行效率高,强烈推荐下载。-Microchip PIC16F877-based assembler of the DES algorithm has been applied to actual projects, running an efficient, highly recommended download.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:7081
    • 提供者:Zengwn
  1. EmsoynDES

    0下载:
  2. Emosyn专利的DES,3DES加密库,加密速度快啊只要50us,20MHZ单片机-The Encrypt DES 3DES .belong to the Emosyn company.the speed is very fast.only need about 50us .
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:49939
    • 提供者:叶红
  1. quartus

    0下载:
  2. des algorithm send rx from serial port
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3653085
    • 提供者:mohamed
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com