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

搜索资源列表

  1. CBC

    0下载:
  2. DNF 最新全屏秒杀源码,只需更新基址 编译后即可使用-DNF full-screen damage source, changes to the base address
  3. 所属分类:ELanguage

    • 发布日期:2017-05-07
    • 文件大小:1279222
    • 提供者:风格化
  1. DES

    0下载:
  2. 加密使用64位明文和64位密钥做为输入(均为01字符串),产生64位的密文做为输出。加解密使用相同的密钥。采用CBC模式对文本加解密. 对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 输出:产生密文文本或明文文本-Encrypted using 64 bit plaintext and a 64 bit key as input (01 string), to generate 64 bit ciphertext as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2663034
    • 提供者:刘晓明
  1. sysfs-tagging

    0下载:
  2. CCM: Counter with CBC-MAC for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5931
    • 提供者:zbkengkai
  1. des

    0下载:
  2. C#实现DES和3DES算法的CBC和ECB函数-C# DES and 3DES CBC algorithm and ECB function
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2159
    • 提供者:luo
  1. ECB-CBC-CFB-OFB

    0下载:
  2. Aes算法的基本原理以及五种工作模式的基本构造与原理-The basic principle of Aes algorithm and the basic structure and principle of the five working modes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:351057
    • 提供者:陈建军
  1. dsa

    0下载:
  2. encrypt output if PEM format with DES in cbc mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8209
    • 提供者:bqjxvang
  1. aes_des

    0下载:
  2. AES DES 算法 实现 xcbc cmac ecb cbc ofb cfb pcbc ctr -AES, DES algorithm XCBC cmac ECB CBC ofb CFB PCBC CTR
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-01
    • 文件大小:70222
    • 提供者:suse
  1. Encrypt

    0下载:
  2. 封装了各种加解密算法和哈希算法,非常实用,有ecb、cbc、rsa算法-It encapsulates the various encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:174681
    • 提供者:mwz
  1. uninitialized_copy_n

    0下载:
  2. encrypt output if PEM format with DES in cbc mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4321
    • 提供者:yfvulb
  1. SM4加密算法的C语言实现

    3下载:
  2. SM4为对称算法,密钥长度和分组长度均为128位。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。 实现了ECB和CBC两种加密模式,未处理数据填充Padding,使用时数据设置为16的倍数。
  3. 所属分类:密码/编码算法

    • 发布日期:2015-09-16
    • 文件大小:4647
    • 提供者:fstwnd@126.com
  1. encrypt

    0下载:
  2. 支持des 3des aes加密 ecb cbc ofb等多种加密模式-des 3des aes /ecb cbc ofb
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:75264
    • 提供者:林白
  1. aes.js

    0下载:
  2. nodeJs版aes加密解密,使用AES/CBC/PKCS5Padding模式,可以跨Android,Java,IOS平台使用.支持128或256位密钥.-AES encryption-decryption witch
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1576
    • 提供者:sike
  1. DES

    0下载:
  2. DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:9417
    • 提供者:赵一
  1. bab6

    0下载:
  2. this section talks about stream code system such as bitmap, CBC, CFB and so on.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:8276
    • 提供者:su
  1. des_test_ecb_cbc.tar

    0下载:
  2. ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6601
    • 提供者:晨夕
  1. demo

    0下载:
  2. php加密模式:AES/CBC/PKCS5Padding-php:AES/CBC/PKCS5Padding,AES BASE64 abcdefghigklmnopqrstuvwxyz0123456789
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:616
    • 提供者:张三
  1. AESEncrpt

    0下载:
  2. AES 加密生成16进制字符串,可兼容c#进行减密,数据填充方式CBC,数据填充值Zeros
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2679271
    • 提供者:冀海
  1. DES_dencrypt_tools

    1下载:
  2. DES TDES CBC ECB加解密工具。-DES TDES CBC ECB encryption and decryption tool.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-04
    • 文件大小:94887
    • 提供者:cxsys
  1. destest

    0下载:
  2. DES 加密解密文件,用户输入自己定义的密码,使用CBC模式进行加密-DES encryption and decryption files, enter their user-defined password, use CBC mode for encryption
  3. 所属分类:Network Security

    • 发布日期:2017-05-04
    • 文件大小:4360
    • 提供者:CE ZHANG
  1. FilesCrypt

    0下载:
  2. 用多种算法AES,DES等的多种模式CBC,ECB等实现文本的加解密-Text with a variety of algorithms to achieve multiple modes of encryption and decryption
  3. 所属分类:Network Security

    • 发布日期:2017-12-18
    • 文件大小:70905856
    • 提供者:zxy
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com