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

搜索资源列表

  1. eea20140701.tar

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

    • 发布日期:2017-05-17
    • 文件大小:4395325
    • 提供者:drsnp
  1. crypt.java

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

    • 发布日期:2017-04-11
    • 文件大小:1308
    • 提供者:tony
  1. failslab

    0下载:
  2. Counter with CBC-MAC for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5404
    • 提供者:ptyqxen
  1. DES2

    0下载:
  2. 实现传统的基于CBC的DES加解密算法,-CBC' s DES-based encryption algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1447681
    • 提供者:张春辉
  1. DES_C

    0下载:
  2. DES算法 DES的CBC工作模式-DES Alogrithm CBC_Mode
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:5660413
    • 提供者:徐峰
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. CBC

    0下载:
  2. 对一段文字进行加密与解密,可以保护自己文件的安全,同时防止自己的文件被修改-For a text encryption and decryption, can protect their file security la la la la la la
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:13922
    • 提供者:莫莫
  1. AES_CBC

    0下载:
  2. Advanced Encryption Standard CBC MODE C++.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4056500
    • 提供者:pterrodactil
  1. NBTool

    1下载:
  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. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2832140
    • 提供者:ziolo
  1. CBC

    0下载:
  2. DNF 最新全屏秒杀源码,只需更新基址 编译后即可使用-DNF full-screen damage source, changes to the base address
  3. 所属分类:ELanguage

    • 发布日期:2017-05-07
    • 文件大小:1279222
    • 提供者:风格化
  1. DES

    0下载:
  2. 加密使用64位明文和64位密钥做为输入(均为01字符串),产生64位的密文做为输出。加解密使用相同的密钥。采用CBC模式对文本加解密. 对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 输出:产生密文文本或明文文本-Encrypted using 64 bit plaintext and a 64 bit key as input (01 string), to generate 64 bit ciphertext as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2663034
    • 提供者:刘晓明
  1. sysfs-tagging

    0下载:
  2. CCM: Counter with CBC-MAC for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5931
    • 提供者:zbkengkai
  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. 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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:351057
    • 提供者:陈建军
  1. dsa

    0下载:
  2. encrypt output if PEM format with DES in cbc mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8209
    • 提供者:bqjxvang
  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. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-01
    • 文件大小:70222
    • 提供者:suse
  1. Encrypt

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

    • 发布日期:2017-04-27
    • 文件大小:174681
    • 提供者:mwz
  1. uninitialized_copy_n

    0下载:
  2. encrypt output if PEM format with DES in cbc mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4321
    • 提供者:yfvulb
  1. SM4加密算法的C语言实现

    3下载:
  2. SM4为对称算法,密钥长度和分组长度均为128位。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。 实现了ECB和CBC两种加密模式,未处理数据填充Padding,使用时数据设置为16的倍数。
  3. 所属分类:密码/编码算法

    • 发布日期:2015-09-16
    • 文件大小:4647
    • 提供者:fstwnd@126.com
  1. encrypt

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

    • 发布日期:2017-04-29
    • 文件大小:75264
    • 提供者:林白
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com