搜索资源列表

  1. 对称算法 3DES CBC ECB MAC

    0下载:
  2. 对称算法 3DES CBC ECB MAC
  3. 所属分类:源码下载

  1. ecb

    0下载:
  2. ecc builder
  3. 所属分类:系统编程

    • 发布日期:2024-05-02
    • 文件大小:579584
    • 提供者:符弘
  1. TripleDes算法de实现

    0下载:
  2. 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。-Before, I in a project development process,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:7168
    • 提供者:无可厚非
  1. Calculate1

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

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:李风
  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-02
    • 文件大小: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-02
    • 文件大小:87040
    • 提供者:谢志东
  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-02
    • 文件大小:301056
    • 提供者:pouch
  1. des

    0下载:
  2. 在vc++上实现的des算法。并且能对任何文件进行加密,加密模式是ECB来加密的。-In vc++ To achieve the des algorithm. And any document can be encrypted, encryption mode is ECB to encryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:288768
    • 提供者:方慧
  1. DES-PIC-ECB

    0下载:
  2. DES加密方法加密BMP图像,ECBC方式实现。-DES encryption BMP image encryption method, ECBC way.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:64512
    • 提供者:Rex
  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-02
    • 文件大小:2048
    • 提供者:陈觅尘
  1. DES

    0下载:
  2. des的完整实现,采用ecb模式可直接进行加密和解密的演示-des realize a complete, ecb mode can be directly used for encryption and decryption demo
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:126976
    • 提供者:qqtt
  1. DESdemo

    0下载:
  2. 自己编写的DES加密/解密完整源程序, Windows界面.是用VC6MFC编写的.包括ECB和CBC两种模式.-I have written DES encryption/decryption complete source code, Windows interface. VC6MFC is prepared. Including the ECB and CBC mode.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:58368
    • 提供者:
  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-02
    • 文件大小:382976
    • 提供者:王纪
  1. scrypt32.src

    0下载:
  2. The dinamyc link library that contains an implementation of SHA1, SHA512, CRC32, CRC32b, Adler32, Twofish, TEA[N] algorithms and ECB, CBC, CFB, OFB, CTR cipher modes.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:17408
    • 提供者:LamiaD69
  1. cryptopp

    0下载:
  2. AlgorithmType: SymmetricCipher Name: AES/ECB Source: NIST Special Publication 800-38A Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f69f2445df4f9b17ad
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:716800
    • 提供者:冯坚
  1. ThreeDes

    0下载:
  2. *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串-* Beijing Unicom, the whole network of the online ordering and on-demand interface URL encryption algorithm** us
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:tulip
  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-05-02
    • 文件大小:58368
    • 提供者:白风
  1. ECB

    0下载:
  2. 通过输入参数可以分别实现ECB,CBC模式下的加密和解密。-Parameters can be achieved by entering the respective ECB, CBC mode encryption and decryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:350208
    • 提供者:zp
  1. ecb+cbc+des

    0下载:
  2. 应用ECB和CBC两种操作模式分别完成DES(Two modes of operation, ECB and CBC, are applied to complete the DES)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:265216
    • 提供者:wzt11
  1. 微信小程序AES加密ECB模式js库

    0下载:
  2. 微信小程序AES加密ECB模式js库,可以直接使用,网站很多都不是ECB模式,这个是项目总自己用的。微信小程序AES加密ECB模式js库.7z(Wechat applet AES encrypts the JS Library of ECB mode, which can be used directly. Many websites are not ECB mode, which is always used by the proje
  3. 所属分类:移动互联网开发

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:昱皓
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org