搜索资源列表

  1. CBC串口COM

    0下载:
  2. 通过串口控件的串口小程序,发送和接收数据,以及保存数据。-serial control through serial small program to send and receive data, and store data.
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:427008
    • 提供者:张玉辉
  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:139264
    • 提供者:xf
  1. CipherAlgorithm

    0下载:
  2. 主要内容:DES加密算法,里面采用CBC和EBC两种加密结构,实行分组加密。-main elements : DES encryption algorithm, and they used EBC two CBC encryption, and carrying out the packet encryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:西们子
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:388096
    • 提供者:刘永
  1. CBC_cry

    0下载:
  2. des cbc加密的一个演示C++。net编的,数据加密课的作业程序 -des cbc encryption C of a demonstration. Net series, data encryption class operating procedures
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3698688
    • 提供者:刘欣松
  1. MySQLDACFull

    0下载:
  2. Mysql控件安装程序(CBC),帮你快捷访问MYSQL.-Mysql control setup program (CBC), help you quickly visit MYSQL.
  3. 所属分类:按钮控件

    • 发布日期:2024-05-17
    • 文件大小:1038336
    • 提供者:zzg
  1. des&aes

    0下载:
  2. aes加密与des加密(包括三重des加密与cbc工作模式)-aes encryption and des encryption (including triple-des encryption and cbc mode)
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:187392
    • 提供者:刘华
  1. des3_ECBandCBC

    0下载:
  2. 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:34816
    • 提供者:宋亚平
  1. DESandCBC

    0下载:
  2. DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:87040
    • 提供者:谢志东
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, a
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:389120
    • 提供者:Nikii
  1. DES_BMP

    0下载:
  2. 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:301056
    • 提供者:pouch
  1. 3DES_Encryption

    0下载:
  2. 3DES算法是增强型的DES算法,使用128位密钥长度, CBC模式使用反馈机制的分组密码使用模式.-3DES algorithm is enhanced by DES algorithm, the use of 128-bit key length, CBC mode of use of a feedback mechanism password usage patterns.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:62464
    • 提供者:liudongxiao
  1. rc5-72cbc

    0下载:
  2. rc5-72在cbc模式下的加密和解密程序,可以直接运行得到结果-rc5-72 in cbc mode encryption and decryption procedures, can be directly operating results
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:zhanglili
  1. edcode

    0下载:
  2. 使用DES+CBC的加密解密程序,实现可以选择4/16迭代的不用加密解密强度-Use DES+ CBC for encryption and decryption process, the realization can choose 4/16 iterative encryption and decryption do not have the strength
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:253952
    • 提供者:sjxyx
  1. Entrypt

    0下载:
  2. DES/DES3 with operators of CBC and OFB -DES/DES3 with operators of CBC and OFB
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:xiaodingdang
  1. modes

    0下载:
  2. 1. 分析ECB模式和CBC模式的加密过程。 2. 用程序设计语言将算法过程编程实现。 3. 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -1. Analysis of ECB mode and CBC mode o
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:陈觅尘
  1. des

    0下载:
  2. 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式; -The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:60416
    • 提供者:huqiuping
  1. des_1

    0下载:
  2. 实现des加密的功能,包括有des的基本代码,以及ecb、cbc两种加密功能!没有界面~-Des realize the function of encryption, including des have the basic code, and the ecb, cbc two encryption! No interface ~
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:260096
    • 提供者:李海峰
  1. AES_DES_Workmode

    0下载:
  2. 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。-Symmetric/block ciphers are generally
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:382976
    • 提供者:王纪
  1. encrypt.tar

    0下载:
  2. 简单加密工具升了下级,引入了安全删除原文件的方式,使用AES-128-CBC加密, 加密代码从OpenSSL里面抠出来。-Simple encryption tool or a lower level, the introduction of a safety way to delete the original document, using AES-128-CBC encryption, encryption code to pul
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:包子
« 1 23 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org