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

搜索资源列表

  1. sha

    0下载:
  2. 字符串的求SHA1的HASH值,加密,SHA1,-String HASH, encryption SHA1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2008
    • 提供者:
  1. DES

    0下载:
  2. 分组密码分析: 主要是进行DES密码研究 包括CBC EBC 雪崩分析 差分分析-Block cipher analysis: DES password is mainly to conduct studies included CBC EBC analysis of differential analysis of avalanche
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:141048
    • 提供者:张梦
  1. New_method_for_bit2plane_coding_in_CBC_algorithm_a

    0下载:
  2. 低码率下CBC 算法中位平面编码的新方法
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:375836
    • 提供者:myieee
  1. jiami

    0下载:
  2. 应用加密算法和认证技术.ECB模式和CBC模式的加密过程.有两种模式的加密源代码和课程设计报告。-Application of encryption algorithms and authentication techniques. ECB mode and CBC mode encryption. There are two modes of encryption source code and program design report.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:63392
    • 提供者:Nina
  1. Update

    0下载:
  2. c/s架构下的自动更新程序。 程序启动时会自动在启动目录下建立settings.cbc文件,该文件储存sqlserver服务器地址、帐号、密码,程序连接sql获得ftp地址,再进行对比,判断是否升级。 支持升级进度显示、升级失败后恢复原版本的功能。-c/s architecture automatically updates. Program starts automatically at the start establishing settings.cbc file director
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:53996
    • 提供者:cbc
  1. encryptionmode

    0下载:
  2. 加密模式 ECB CBC CFB OFB-ECB CBC CFB OFB encryption mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1857
    • 提供者:gongm
  1. aes_expanded_key

    0下载:
  2. This part of revision 4423 of the EK-This example shows how to use pre-expanded keys to encrypt some plaintext, and then decrypt it back to the original message. Using pre-expanded keys avoids the need to perform the expansion at run-time. This e
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:255963
    • 提供者:gofin
  1. python-xtea.tar

    0下载:
  2. Python implementation of the XTEA Block Encryption Algorithm. Also includes a CBC decrypt function for decrypting Cipher Block Chain mode encrypted ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1472
    • 提供者:speek
  1. c-tea.tar

    0下载:
  2. Pure C implementation of Tiny Encryption Algorithm, in regular and CBC enciphering mode.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1470
    • 提供者:speek
  1. IDEA.

    0下载:
  2. idea加密解密在CBC模式下的实现,毕业设计用 - idea Crypt_Decrypt algrithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:157426
    • 提供者:李宁伟
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. 3des

    0下载:
  2. 3Des encryption of text from a file, 3DES-EDC-CBC , using 3 keys
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:1311
    • 提供者:cris
  1. BlockCiyptTestApp

    0下载:
  2. 关于流密码加密,以及CBC,DES,AES等多种加密算法-On the stream cipher encryption, and the CBC, DES, AES and other encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:193004
    • 提供者:zqfzqf2008
  1. MyGOST

    0下载:
  2. GOST 28147-89, only ECB, CBC mods. I public this code for other students for study.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:235405
    • 提供者:Denis
  1. DES

    0下载:
  2. 可以实现CBC和ECB的DES加密解密算法的matlab程序- A matlab program which can decrypt and crypt the DES algorithm in CBC and ECB mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:8123
    • 提供者:赵昊宸
  1. Encryption

    0下载:
  2. C#写的算法模拟,含有DES,RSA,密码模式等(CBC/ECB)等,但还有一部分没有完成。DES源代码自己用C++写的,已经编译成DLL文件,在此用C#自己调用的其中的函数。-C# to write the algorithm simulation, with DES, RSA, password mode (CBC/ECB) and so on, but some are not completed. DES own source code written in C++, have been
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:119854
    • 提供者:蒋先鹏
  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. SDES

    0下载:
  2. SDES加密算法的java实现。 带图形界面。 并且是CBC模式的。-SDES algorithm with java. with gui and it is based on cbc mode.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 第1讲 面向对象的C++语言 6 第2讲 建立数据库应用程序 25 第3讲 数据库应用的体系结构 47 第4讲 数据访问DataAccess 64 第5讲 数据感知Data-Aware 93 第6讲 SQL和TQuery组件 116 第7讲 Quick Report报表 132 第8讲 两层Client/Server应用 144 第9讲 多层应用与MIDAS 159 第10讲 基于Web的应用程序 1-Lecture 1 of object-oriented
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:192450
    • 提供者:
  1. encrpy

    0下载:
  2. ECB/CBC/CTR/OFB/CFB加密解密-ECB/CBC/CTR/OFB/CFB encryption, decryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4614
    • 提供者:yao
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com