搜索资源列表

  1. AES-For-Delphi-And-Java-V1.0.0.0

    2下载:
  2. 此AES测试用例,使用的加密方式和填充方式是AES/ECB/PKCS5Padding 博主仅仅写了密钥正好是128位时java和delphi的加密解密,192位和256位还没有写,不过应该可以举一反三的, 后续会将192位和256位的加密解密也写出来,请关注http://blog.csdn.net/kunlun122/article/details/29270219-This test AES encryption
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-18
    • 文件大小:216064
    • 提供者:xia
  1. eea20140701.tar

    0下载:
  2. linux下基于openssl的AES实现,ecb和cbc-Under linux openssl' s AES-based realization, ecb and cbc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:4395008
    • 提供者:drsnp
  1. DES

    0下载:
  2. 这是一个用java语言实现的完整的Des ECB加解密算法-This is a complete implementation using Java language Des encryption algorithm, the ECB
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:Luo
  1. tc_em_meta

    0下载:
  2. emQbit s ECB AT91 Kernel Device Driver for linux v2.13.6.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:yuebecen
  1. crypt.java

    0下载:
  2. 加密解密文件,支持AES128/AES256/ECB/CBC等-encrypt/decrypt file
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:tony
  1. ThreeDES_ECB_EnDecrypt

    0下载:
  2. 实现3Des加密算法中,在ECB模式下进行加密数据和解密数据。-3Des encryption algorithm to achieve, in the ECB mode the encrypted data and decrypt data.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:zhanghu
  1. gdm_wimax

    0下载:
  2. ECB: Electronic CodeBook mode for Linux v2.13.6.ECB: Electronic CodeBook mode.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:fanqych
  1. NBTool

    0下载:
  2. AES的解密工具,支持ECB、CBC、OFB、等等模式。密钥长度不固定。来自Openssl的aes算法。绝对正确。-AES decryption tool that supports ECB, CBC, OFB, etc. mode. Key length is not fixed. Aes Openssl algorithm. Absolutely right.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2832384
    • 提供者:ziolo
  1. des

    0下载:
  2. Describe: des of the C language version, with self-test procedures ... 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 an
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:nasta11
  1. globals

    0下载:
  2. This application report studies the implementation of the Data Encryption ..... This mode of operation is referred to as Electronic Code Book (ECB) mod
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:nasta11
  1. des

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者: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. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:351232
    • 提供者:陈建军
  1. DES_ECB

    0下载:
  2. ECB加密 在单片机上已将运行过,是可靠的,请放心使用-AES ECB mode encryption file
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:1769472
    • 提供者:
  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. 所属分类:金融证券系统

    • 发布日期:2024-05-18
    • 文件大小:70656
    • 提供者:suse
  1. Encrypt

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

    • 发布日期:2024-05-18
    • 文件大小:175104
    • 提供者:mwz
  1. encrypt

    0下载:
  2. 支持des 3des aes加密 ecb cbc ofb等多种加密模式-des 3des aes /ecb cbc ofb
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:75776
    • 提供者:林白
  1. AES-BASE64

    0下载:
  2. 亲测可用的AES128+BASE64实例源码,适合单片机使用。可实现明文加密Base64格式输出,ECB模式0补齐。可实现Base64格式输入,AES128解密输出。密钥可指定。内附详细说明,并有测试实例。 -Pro AES128+BASE64 example source code, suitable for single use. Can realize the encrypted Base64 format output, E
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:海亮
  1. DES_ECB

    0下载:
  2. ECB模式加密 pPlain@指向要加密的明文数据; pEnc@指向加密后返回的密文数据; pKey@指向加密用的密钥; nBlock@要进行加密的块数,1块=8字节。-ECB mode encryption PPlain@ points to the encrypted text data PEnc@ points to the encrypted data returned PKey@ points
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:韩静
  1. Ali-Baghdadi_Maysaa-Harkous_CENG630_Project-Repor

    0下载:
  2. Advanced Encryption Source Encryption with modes ECB - OFC - OCB-Advanced Encryption Source Encryption with modes ECB - OFC - OCB
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:638976
    • 提供者:hussein akil
  1. des.tar

    0下载:
  2. ECB模式DES加解密。支持任意bytes的数据加解密,不是简单的补0,因为明文有可能是0。-ECB mode DES encryption and decryption. Supports arbitrary bytes of data encryption and decryption, not simply fill 0, because there may be 0 plaintext.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:晨夕
« 1 2 3 4 5 67 8 »

源码中国 www.ymcn.org