搜索资源列表

  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-18
    • 文件大小: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-18
    • 文件大小:260096
    • 提供者:李海峰
  1. rijndael_java_all

    0下载:
  2. AES java版加密和解密文件。里面包含实例。-AES java version of document encryption and decryption. Which contains examples.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:388096
    • 提供者:fasdf
  1. cbcecbjiami

    0下载:
  2. 了解密码算法的分组链接模式。 掌握和理解ECB模式、CBC模式的结构和算法原理。 -Understanding of the sub-cipher mode link. Grasp and understanding of ECB mode, CBC mode of the structure and algorithm.
  3. 所属分类:加密解密

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

    0下载:
  2. BCB模式与ECB模式的加密模式与解密模式 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -BCB mode and ECB mode encryption and decryption mode input mode expl
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:zouna
  1. uCOS-EventBlockCtrlol

    0下载:
  2. 介绍 uCOS-II中的事件控制块ECB的初始化操作和实际应用。-Introduction uCOS-II in the event control block initialization ECB and practical application.
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:284672
    • 提供者:lihuiwen
  1. DesCrytoXP

    0下载:
  2. DES cbc和ecb模式的实现C++洒地方-int ByteToBit(ElemType ch,ElemType bit[8]) int BitToByte(ElemType bit[8],ElemType*ch) int Char8ToBit64(ElemType ch[8],ElemType bit[64]) int Bit64ToChar8(ElemType bit[64],ElemType
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:48128
    • 提供者:chafer2011
  1. ecb

    0下载:
  2. Eletronic Code Book is used to encipher a single plaintext block.Identical plaintext blocks result in identical ciphertext blocks under the same key & other blocks.
  3. 所属分类:JSP源码/Java

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

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:chen
  1. ascii

    0下载:
  2. 实现128位的AES加密解密功能,可以是任意长度的字符,在ECB模式下处理的-Achieve 128-bit AES encryption and decryption functions can be any length of characters processed in ECB mode
  3. 所属分类:加密解密

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

    0下载:
  2. delphi 3DES-ECB算法 封装好的PAS单元-delphi 3DES-ECB algorithm PAS units packaged
  3. 所属分类:Dephi控件源码

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

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

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

    • 发布日期:2024-05-18
    • 文件大小:119808
    • 提供者:蒋先鹏
  1. DESChecker

    0下载:
  2. DES加密ECB模式一个详细转换的小程序,带转换说明。-DES encryption ECB model a detailed conversion of small procedures, with conversion instructions.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:432128
    • 提供者:陈琳
  1. 20110927090408

    0下载:
  2. 基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码-DES-based file encryption program using ECB or CBC mode of DES algorithm core code
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:HH
  1. encrpy

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

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:yao
  1. AES

    0下载:
  2. AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the
  3. 所属分类:加密解密

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

    0下载:
  2. 编写 C 程序实现 DES 加、解密: (1) 编程实现 基于自己的名字来构造一 DES 密钥; (2) 应用 (1) 获得的密钥将一副灰度 图 (BMP 格式 ) 进行加、解 密; (3) 应用 ECB 和 CBC 两种操作模式分别完成-C program to prepare DES Encryption and Decryption: (1) programming based on their names to construc
  3. 所属分类:加密解密

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

    0下载:
  2. DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:318464
    • 提供者:joe
  1. FPGA--AES-algorithm

    0下载:
  2. 本文介绍了AES 数据加密结构, 以及相关的有限域的知识及简单运算, 提出了一种用FPGA 高速实现AES 算法的方案, 该方 案设计的加密模块支持AES 标准的三种密钥长度: 128,192,256, 支持ECB, CBC, CTR 三种工作模式, 即支持feedback 和non- feedback 两种模式, 最后给出了本设计的性能指标-This article describes the AES data encrypt
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:240640
    • 提供者:李仁杰
« 1 2 3 45 6 7 8 »

源码中国 www.ymcn.org