CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - grouping

搜索资源列表

  1. CipherTool

    0下载:
  2. 基于libcrypt库的密码库,提供8种分组算法与4种摘要算法的Hex实现,可以进行加解密的验证。-Libcrypt library based on the password database, available in 8 grouping algorithm with four Hex digest algorithm implementation, the encryption and decryption can be verified.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.2mb
    • 提供者:赵曦
  1. DES

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1.12mb
    • 提供者:donton
  1. DES

    0下载:
  2. 数据加密标准(DES)密码算法,是一种分组密码算法,本程序采用该算法实现键盘输入字符的加解密。-Data Encryption Standard (DES) encrypt algorithm is a grouping encryption algorithm. This program can realize encryption and decryption on characters input from keyboard.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:安杰
  1. SMS4-Cryptography

    0下载:
  2. 本算法是一个分组算法。该算法的分组长度为128比特,密钥长度为128比特。加密算法与密钥扩展算法都采用32轮非线性迭代结构。-This algorithm is a grouping algorithm. The algorithm s block length is 128 bits, 128 bit key length. Encryption algorithm and key expansion algorithm are used 32 non-linear iterative str
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:167.73kb
    • 提供者:angggg
  1. sms4-01[1].tar

    0下载:
  2. 本算法是一个分组算法,该算法的分组长度为128比特,密钥长度为128比特。加密和密钥扩展均为32轮非线性迭代结构。-This algorithm is a grouping algorithm that packet length is 128 bits key length of 128 bits. Encryption and key expansion are 32 nonlinear iteration structure.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:238.39kb
    • 提供者:zhouyufeng
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm for the key system of symmetrical cipher system, also know
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:12.88kb
    • 提供者:yangyifan
  1. DES-Encryption

    0下载:
  2. 一个简单的DES加密算法,有多种分组方法,实现MFC界面的操作平台,简单易懂,注释详细,便于修改。适合初学者。-A simple DES encryption algorithm, a variety of grouping methods, the MFC interface platform, easy-to-understand, detailed annotations, easy to modify. Suitable for beginners.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4.49mb
    • 提供者:dieye
  1. DES-ECB

    0下载:
  2. DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:311.14kb
    • 提供者:joe
  1. sms4-01

    0下载:
  2. 一种常用的加密算法sms4,适用于无线局域网的分组算法-A common encryption algorithm SMS4 grouping algorithm applicable to the wireless LAN
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:235.48kb
    • 提供者:秦坤文
  1. fenzu

    0下载:
  2. 自行设计的一个分组算法,包含加密解密算法,C语言环境下设计-To design a grouping algorithm contains the encryption algorithm, C language environment design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-01
    • 文件大小:3.98kb
    • 提供者:mw
  1. grp_data

    0下载:
  2. Short block grouping function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:1.97kb
    • 提供者:mingzangtin
  1. niching1

    0下载:
  2. 应用聚类算法实现粒子分组,用不同颜色表示不同分组情况-Particle clustering algorithm grouping, which means that different groupings with different colors
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3.61mb
    • 提供者:沈佳仪
  1. Net_cap

    0下载:
  2. 使用java语言抓取网络分组,并设计一个简单的图形界面,用于显示和分析抓包结果,GUI提供基本的输入,用户可以自定义抓包规则,最终实现一个图形界面的Ipv6分组分析器。-Use Java language to fetch network grouping, and design a simple graphical interface,which is used to display and analyze caught. The GUI provides basic input,in whi
  3. 所属分类:Scanner

    • 发布日期:2017-03-30
    • 文件大小:270.57kb
    • 提供者:afrest
  1. css

    0下载:
  2. path grouping stuff for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9kb
    • 提供者:ydvoumu
  1. mpic_pasemi_msi

    0下载:
  2. Allocate 16 interrupts per device, to give an alignment of 16, since that s the size of the grouping w.r.t. affinity.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:dxxddang
  1. _mac

    0下载:
  2. If grouping is required, we make a copy of __digits and insert the grouping. -If grouping is required, we make a copy of __digits and insert the grouping.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:10.57kb
    • 提供者:suipygo
  1. grouping

    0下载:
  2. Order is important, need to be able to read old superblocks to do on-disk version upgrades.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.75kb
    • 提供者:kiekpbp
  1. time_point

    0下载:
  2. Monetary grouping strings may be terminated with 0 or CHAR_MAX, defining how the grouping is repeated. -Monetary grouping strings may be terminated with 0 or CHAR_MAX, defining how the grouping is repeated.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:bzqousx
  1. is_sorted_until_comp

    0下载:
  2. Monetary grouping strings may be terminated with 0 or CHAR_MAX, defining how the grouping is repeated. -Monetary grouping strings may be terminated with 0 or CHAR_MAX, defining how the grouping is repeated.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:xxhvxj
  1. grouping

    0下载:
  2. Monetary grouping strings may be terminated with 0 or CHAR MAX, defining how the grouping is repeated for linux Device Driver. -Monetary grouping strings may be terminated with 0 or CHAR MAX, defining how the grouping is repeated for linux Device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:760byte
    • 提供者:payjqon
« 12 »
搜珍网 www.dssz.com