搜索资源列表

  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. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  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. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. Calculate1

    0下载:
  2. 密码学算法的实现,包括得到大随机数,CFB、ECB、lehmann算法的实现。-cryptography algorithm implementation, including access to large random number, CFB, and the ECB, LEHMANN algorithm implementation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2474
    • 提供者:李风
  1. CFBlxp

    0下载:
  2. 加密作业,des分组模式中的CFB模式,根据《密码编码学和网络安全》一书-encryption operations, a mode des CFB mode, "Cryptography learn and network security," a book
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31121
    • 提供者:朱酷磊
  1. CFBforDCS

    0下载:
  2. 电厂循环流化床锅炉的DCS控制系统 一个完整的DCS软件组态系统-CFB boiler plant DCS control system a complete DCS software configuration system
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8760
    • 提供者:dfp
  1. CFB

    0下载:
  2. 程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:109478
    • 提供者:方慧
  1. CFBlxp

    0下载:
  2. 加密作业,des分组模式中的CFB模式,根据《密码编码学和网络安全》一书-encryption operations, a mode des CFB mode, "Cryptography learn and network security," a book
  3. 所属分类:加密解密

    • 发布日期:2024-07-02
    • 文件大小:30720
    • 提供者:朱酷磊
  1. CFBforDCS

    0下载:
  2. 电厂循环流化床锅炉的DCS控制系统 一个完整的DCS软件组态系统-CFB boiler plant DCS control system a complete DCS software configuration system
  3. 所属分类:软件工程

    • 发布日期:2024-07-02
    • 文件大小:8192
    • 提供者:dfp
  1. CFB

    0下载:
  2. 程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。-Procedures are in vc++ Platform to achieve the des algorithm, can be of any size file encryption. Encrypted mode is CFB.
  3. 所属分类:加密解密

    • 发布日期:2024-07-02
    • 文件大小:658432
    • 提供者:方慧
  1. cfb

    0下载:
  2. 一个自己编写简单的程序,实现乘法表的打印。-I have written a simple procedure, realize print multiplication table.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-02
    • 文件大小:5120
    • 提供者:叶观金
  1. DES_CFB

    0下载:
  2. 基于CFB模式的DES算法的实现,控制台输出,只需修改main中的加密密钥和加密内容即可-CFB mode of DES-based algorithm, the console output, just modify the main encryption key and encrypted content can be
  3. 所属分类:其他小程序

    • 发布日期:2024-07-02
    • 文件大小:187392
    • 提供者:李洪昌
  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-07-02
    • 文件大小:60416
    • 提供者:huqiuping
  1. DES_LAST

    0下载:
  2. DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as m
  3. 所属分类:加密解密

    • 发布日期:2024-07-02
    • 文件大小:325632
    • 提供者:maowu
  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-07-02
    • 文件大小:382976
    • 提供者:王纪
  1. C-DES

    0下载:
  2. 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
  3. 所属分类:Windows编程

    • 发布日期:2024-07-02
    • 文件大小:8192
    • 提供者:jackli
  1. DES

    0下载:
  2. DES的加密算法,基于五种方式的实现,分别是CBC,ECB,CFB,OFB,CTR-DES encryption algorithm, based on the realization of five ways, namely CBC, ECB, CFB, OFB, CTR
  3. 所属分类:CA认证

    • 发布日期:2024-07-02
    • 文件大小:58368
    • 提供者:白风
  1. encryptionmode

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

    • 发布日期:2024-07-02
    • 文件大小:2048
    • 提供者:gongm
  1. cryptography

    0下载:
  2. 网络安全中的几种重要的加密算法, CBC,CFB, message digest, etc.-important cryptography algorithm in network security, like CBC, CFB, message digest, etc.
  3. 所属分类:加密解密

    • 发布日期:2024-07-02
    • 文件大小:7168
    • 提供者:Hechen Liu
  1. amplifier-(CFB)

    0下载:
  2. 本教程将详细介绍两种基本运算放大器的拓扑结构(电压反馈(VFB)与电流反馈(CFB)),并 说明其差异。图1中再次列出了基本电压反馈运算放大器和增益公式。-This tutorial will introduced two kinds of basic topology structure of the operational amplifier ((VFB) voltage feedback and current feedbac
  3. 所属分类:文件格式

    • 发布日期:2024-07-02
    • 文件大小:291840
    • 提供者:闻隽
  1. ZI_Lab3

    0下载:
  2. TEA/XTEA algorithm in CFB mode with encryption of bitmaps
  3. 所属分类:Windows编程

    • 发布日期:2024-07-02
    • 文件大小:263168
    • 提供者:FeralNova
« 12 3 4 »

源码中国 www.ymcn.org