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

搜索资源列表

  1. TDES

    0下载:
  2. Triple DES算法的实现,使用EDE模式,控制台下运行,密码技术实验可用-Triple DES algorithm, using the EDE mode, the console is running, cryptography experiment can be used
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1442523
    • 提供者:luye
  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. testdes

    0下载:
  2. 是des的一种算法,被称为计数器模式(counter mode)-Is a des algorithm, known as the Counter mode (counter mode)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:325300
    • 提供者:mr yao
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:85972
    • 提供者:daijie
  1. Linux_2_36060302_36060304_36060307_36060323

    0下载:
  2. 操作系统实验:模拟LINUX操作系统的虚存管理机制,采用多道程序控制方式、多级页表、FIFO请求方式完成对实存辅存的映射管理,处理访存请求。实现了FIFO、LRU、LFU等页表淘汰算法。-Experimental operating system: LINUX operating system simulation of virtual memory management mechanism, the use of multi-channel control mode, multi-level
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:610476
    • 提供者:李毅
  1. MicrocomputerPrincipleInnerSelf

    0下载:
  2. 采用查询方式将下列测试电文送到辅串口发送器,经过内部自环接受,显示在屏幕上,通信速率选用4800波特,无校验传输,一桢字符有8个数据位,2个停止位,按下任意键时测试结束(2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -Query mode using the following test mes
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:899
    • 提供者:时间
  1. CBC

    0下载:
  2. 用DES算法的cbc模式加密图片,密码学课程实验-DES cbc mode with encryption algorithms pictures, cryptography course experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:216476
    • 提供者:libo
  1. 20110927090408

    0下载:
  2. 基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码-DES-based file encryption program using ECB or CBC mode of DES algorithm core code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3450
    • 提供者:HH
  1. EVP_Encrypt

    0下载:
  2. 基于OPENSSL的加密源码 DES EBC模式 工程-OPENSSL based encryption source DES EBC mode works
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1260655
    • 提供者:王剑
  1. DES_system

    0下载:
  2. 窗口方式下的DES加密系统,做用VC开发完成,简单易用:输入文件名(带目录),点加密按键后加密,完成后在相同目录下生成加密文件。解密过程相反。-DES encryption system in window mode, do to complete development of the VC, easy to use: enter the file name (with directory), encryption keys to encrypt, finished in the same di
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:37338
    • 提供者:huding
  1. SupportDelphi

    0下载:
  2. Supprt delphi La norme CLX permet, en fait, de concevoir des programmes à la fois pour Linux et Windows. Borland propose un compilateur de projets CLX sous Linux : Kylix. En mode CLX, plutô t que de faire appel aux API Windows, spécifiques
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1114811
    • 提供者:labdos
  1. Crypto

    0下载:
  2. 此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方 法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:229521
    • 提供者:eason
  1. IS_DDESencrypn

    0下载:
  2. 按照分组密码运行的CBC方式式,将其中的DES算法置换为S -In accordance with the block cipher running in CBC mode, in which the DES algorithm replacement for the S
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:kgd815
  1. desUser

    1下载:
  2. DES的CBC(密文分组链接方式)模式加密,采用标准的PCKS7的填充方式-CBC (ciphertext block chaining mode) mode of DES encryption, using the standard PCKS7 fill
  3. 所属分类:Windows Develop

    • 发布日期:2014-11-01
    • 文件大小:321536
    • 提供者:ljc
  1. myDes

    0下载:
  2. 从欧洲的一个安全组织的开源代码中抽取出来的,实现了DES的ECB模式和CBC模式的加密,vc6的工程,完整的加密代码和加密示例。-Extracted from the open source code of a European security organization, the DES ECB mode and CBC mode encryption, the vc6 project and complete the encryption code and encryption exampl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:18180
    • 提供者:赵水
  1. kmeans

    0下载:
  2. Nous avons effectué les tests en tenant compte des paramètres utilisés afin de mettre en évidence leur influence. Sur les deux images testées, nous avons constaté que l’espace colorimétrique utilisé pour calculer la différence colorimétri
  3. 所属分类:Software Testing

    • 发布日期:2017-11-15
    • 文件大小:1632
    • 提供者:tunisia
  1. CBCDES

    0下载:
  2. DES implementation on CBC mode
  3. 所属分类:CA program

    • 发布日期:2017-12-04
    • 文件大小:2093
    • 提供者:Abdullah Ali
  1. CBCDESonImage

    0下载:
  2. DES implementation on Image in CBC mode
  3. 所属分类:CA program

    • 发布日期:2017-12-08
    • 文件大小:2274
    • 提供者:Abdullah Ali
  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. chat1

    0下载:
  2. 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。-DES and RSA encrypti
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:9052
    • 提供者:xuting
« 1 2 34 »
搜珍网 www.dssz.com