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

搜索资源列表

  1. mm

    1下载:
  2. 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CBC-mode algorithm.
  3. 所属分类:加密解密

    • 发布日期:2013-03-18
    • 文件大小:188453
    • 提供者:钱畅
  1. DES_Verilog

    0下载:
  2. 这是我用Verilog写的DES加解密程序,准确的说这是一份实验报告,里面不但有程序还有简单的注释[主要是针对仿真的波形的],我主要写的是主控部分,密钥生成部分参考了下版原康宏的程序.该程序即可加密也可解密,选用CycloneII器件即能跑到100Mhz以上.-This is what I used to write Verilog the DES encryption and decryption procedures, accurate to say that this is a test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:297120
    • 提供者:jesse
  1. chuangtisheji

    0下载:
  2. 窗体设计一个简单cbc学习程序 供初学者参考-Form to design a study program cbc easy reference for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:375390
    • 提供者:huayangcvj
  1. main

    0下载:
  2. DES加密算法 实现了bmp图片加密 采用的是最简单的CBC模式-DES encryption algorithm used in the bmp image encryption CBC mode is the simplest
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3981
    • 提供者:钟洪盛
  1. aes

    1下载:
  2. aes加密算法,c语言编写,ECB的加密方式-aes encryption algorithm, c language, ECB mode encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:58134
    • 提供者:apple
  1. eatcommand

    2下载:
  2. 易语言开发的串口AT指令帮助大家测试 AT+CGMI 获取厂商型号 AT+CGMM 获取手机型号 SIM的IMSI号 AT+CGMR 软件版本号 ATE1回显内容ATE0不回显内容 ATD+电话号码 拨号 ATH挂机 ATA接电话 AT+CPAS 获取当前状态:0无状态,4拨号中,3接电话中 AT+CSCA?获取短信中心的号码 AT+COPS?查询网络注册情况 AT+CBC查询电池电量 0:模块由电池供电,BCL为电量1:模块由外部电源供电
  3. 所属分类:Com Port

    • 发布日期:2016-01-21
    • 文件大小:47104
    • 提供者:3866
  1. DesCrytoXP

    0下载:
  2. DES cbc和ecb模式的实现C++洒地方-int ByteToBit(ElemType ch,ElemType bit[8]) int BitToByte(ElemType bit[8],ElemType*ch) int Char8ToBit64(ElemType ch[8],ElemType bit[64]) int Bit64ToChar8(ElemType bit[64],ElemType ch[8])
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:48636
    • 提供者:chafer2011
  1. encoding-and-decoding

    0下载:
  2. 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under VC 6.0 environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-17
    • 文件大小:27140879
    • 提供者:王希
  1. DES_LAST

    1下载:
  2. DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-12-25
    • 文件大小:326093
    • 提供者:maowu
  1. aes

    1下载:
  2. 用C语言实现的aes加解密算法。分组长度设定为128,密钥长度为128.-Using C language to achieve aes encryption algorithm. Packet length is set to 128, key length to 128.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5634
    • 提供者:jame
  1. bcbgasm

    0下载:
  2. 又一个汇编嵌入cbc例子,不同的是调用的汇编是从其他宿主程序导出的,你可以假定是encode函数,功能是将原始数据通过encode转换为新数据。没任何输出,只是例子,看懂了对注册机很有帮助-Also a compilation of embedded cbc example, different calls are the compilation are derived from other host program, you can assume that is the encode func
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:426126
    • 提供者:evilight
  1. hello

    0下载:
  2. 简单的cbc实例源代码 仅供初学者参考 适用版本C++ Builder 6.0-Cbc simple example of the source code only applies to versions of reference for beginners C++ Builder 6.0
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:349645
    • 提供者:huayangcvj
  1. DES

    0下载:
  2. DES加密算法的VHDL实现,采用流水线技术实现-The VHDL implement of DES encrypt algorithmic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-10
    • 文件大小:17718704
    • 提供者:Mr Yang
  1. AES

    0下载:
  2. 本程序是AES算法的实现,包括加密与解密,分组长度128bit,密钥长度为128bit、192bit或256bit-This procedure is the AES algorithm, including the encryption and decryption, packet length of 128bit, key length of 128bit, 192bit or 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:498702
    • 提供者:lishen
  1. cbcecbjiami

    0下载:
  2. 了解密码算法的分组链接模式。 掌握和理解ECB模式、CBC模式的结构和算法原理。 -Understanding of the sub-cipher mode link. Grasp and understanding of ECB mode, CBC mode of the structure and algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1350
    • 提供者:bluerain
  1. DES

    0下载:
  2. 加密解密算法,在CBC模式下的DES算法。代码都有备注,希望对大家有用哦。-Encryption and decryption algorithm in CBC mode of the DES algorithm. Note the code are, I hope all of you, oh useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:Keven
  1. aes

    3下载:
  2. AES标准加密解密算法,写的相当好。Main函数里面有详细的调用,可以参考。其实很简单的,呵呵。-AES standard encryption and decryption algorithms, written in a very good job. Main function call there are detailed reference. In fact, very simple, huh, huh.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-26
    • 文件大小:3497
    • 提供者:朱克
  1. HexEditor

    0下载:
  2. 十六进制编辑器C++源码。里要有十分详细的注释。可安装为CBC 5.0的一个控件,直接使用。-C++ source code of HexEditor . Have very detailed comments.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:32345
    • 提供者:
  1. cdma_cbc

    0下载:
  2. CDMA发射机系统采用直接扩频,而接收机采用逐码片迭代译码cbc接收机-CDMA system uses direct spread spectrum transmitter, while the receiver-by-chip iterative decoding cbc Receiver
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:2334
    • 提供者:刘远龙
  1. RC5

    0下载:
  2. RC5 CBC encrypter decrypter by Ron Rivest
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:47824
    • 提供者:nondos
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com