CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ecb

搜索资源列表

  1. TripleDes算法de实现

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

    • 发布日期:2008-10-13
    • 文件大小:7549
    • 提供者:无可厚非
  1. MyGOST

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

    • 发布日期:2017-04-08
    • 文件大小:235405
    • 提供者:Denis
  1. Crypto

    0下载:
  2. 此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方 法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:229521
    • 提供者:eason
  1. DES(ECB)

    0下载:
  2. DES_简单图形界面,可以直接对文件在图形界面进行操作,默认输出加解密文件-DES encryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:13518
    • 提供者:sun
  1. AES

    0下载:
  2. PC端实现AES算法加密,可以用于计算ECB等模式的AES加密数据。-PC client realize AES encryption algorithm can be used to calculate the ECB and other modes of AES encrypted data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5369023
    • 提供者:陈同玉
  1. ThreeDES_ECB_EnDecrypt

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

    • 发布日期:2017-04-26
    • 文件大小:8837
    • 提供者:zhanghu
  1. des

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

    • 发布日期:2017-04-13
    • 文件大小:2159
    • 提供者:luo
  1. encrypt

    0下载:
  2. 支持des 3des aes加密 ecb cbc ofb等多种加密模式-des 3des aes /ecb cbc ofb
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:75264
    • 提供者:林白
  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 Develop

    • 发布日期:2017-05-03
    • 文件大小:639143
    • 提供者:hussein akil
  1. ecb_Encryp

    0下载:
  2. c语言实现aes ecb模式加密,可以和java,c#,obj-c互相 加,解密。包含base64编码,urlEncode编码 注意,该算法里面的密文是转换成16进制的字串,如果不要16进制,可自行转换,内的函数。 vc6,vs2008,可编译。-AES ECB mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:402279
    • 提供者:zhong
  1. tiny-AES128-C-master

    0下载:
  2. This a small and portable implementation of the AES128 ECB and CBC encryption algorithms written in C.-This is a small and portable implementation of the AES128 ECB and CBC encryption algorithms written in C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-21
    • 文件大小:11264
    • 提供者:Ainu
  1. ecb+cbc+des

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

    • 发布日期:2017-12-26
    • 文件大小:265216
    • 提供者:wzt11
  1. 16262420AES

    0下载:
  2. 加密解密 AES 128bit ecb 好用(AES 128bit ecb haoyong)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:46080
    • 提供者:ASGAGG
  1. 59564363AES

    0下载:
  2. 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:hzw_wx
  1. 15281081_实验二_DES

    0下载:
  2. C语言编程实现ECB工作模式下的DES加密和解密文本程序(C programming language to achieve ECB mode of DES encryption and decryption of text programs)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:4339712
    • 提供者:weiki meiki
  1. ECB-RWZ

    0下载:
  2. MA82G5B32 的UART和Timer示例(UART and Timer examples of MA82G5B32)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:296960
    • 提供者:Stream13
  1. AES

    0下载:
  2. 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:第三方df
  1. JAVA_DES解壓

    0下载:
  2. java des ecb模式解密 100%可用(JAVA DES ECB mode decryption 100% available)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:19456
    • 提供者:SQUALL107
  1. DES_AES_For_ASP_VBScript

    0下载:
  2. asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:21504
    • 提供者:第期
搜珍网 www.dssz.com