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

搜索资源列表

  1. modes

    0下载:
  2. 1. 分析ECB模式和CBC模式的加密过程。 2. 用程序设计语言将算法过程编程实现。 3. 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.51kb
    • 提供者:陈觅尘
  1. low

    0下载:
  2. 基于最低有效位的图像信息隐藏 图像信息隐藏: 说明: 1、bmp格式的原始图像都有足够的容量来嵌入任何格式的隐秘文件,而且都可以提取成功。 2、jpg格式的原始图像只有足够的容量来嵌入任何格式的小容量隐秘文件,可以提取成功。 3、嵌入过程:i. 打开一幅原始图像;ii. 点击相应的嵌入方法;iii. 在提示中输入要嵌入的隐秘文件路径;iv. 输入要保存隐秘文件的路径;v. 嵌入成功; 4. 提取过程:i. 打开一幅隐秘图像;ii. 点击相应的提取算法;iii. 输入要保存
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:65.52kb
    • 提供者:Yummy
  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 explicitly: I do like this book en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4.73kb
    • 提供者:zouna
  1. Crypt

    0下载:
  2. This is an encrypting/decrypting class. Using AES algorythm. IV is as long as the key (128bit 16 byte)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:568byte
    • 提供者:tomi
  1. fprng10

    0下载:
  2. AMPRNG rev 1.0 - strong and fast PRNG with 80-512 bit key and 80-512 bit IV, based on permutations and one-way functions.
  3. 所属分类:Crypt_Decrypt algrithms

  1. WinEncAndDec

    0下载:
  2. 規格: Key產生規則為密碼內容進行sha1後補上四個0做為Triple DES key IV值為密碼內容進行sha1後,前8個byte 加密結果以BASE64格式輸出 如果加解密發生錯誤, 應顯示中文化錯誤訊息-Specifications: Key generated content rules sha1 password supplied in the four 0 values as a Triple DES key IV sha1 password content, t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:65.59kb
    • 提供者:Willie Huang
  1. aes

    1下载:
  2. Aes256 encryption, cbc mode,using IV and a 256 bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:978byte
    • 提供者:cris
  1. Unidad-IV..

    0下载:
  2. Reviciones generales a las funcionalidades del lenguaje java, astucias con bucles, sentencias de control, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20.99kb
    • 提供者:El profe
  1. librame_utility_3.5.12.0425

    0下载:
  2. 1、Librame.Caching(缓存功能) 支持文件缓存与 SQL 缓存依赖; 支持缓存队列、支持线程安全等功能;(比System.Web.Caching 更加强大) 2、Librame.Language(多语种功能) 支持枚举、异常、框架、其它等类型的多语言配置功能。 3、Librame.Logging(日志功能) 支持调试、信息、警告、错误、致命等类别的日志记录功能。 4、Li
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-22
    • 文件大小:6.49mb
    • 提供者:小易
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-Encryption and decryption procedures and source code in C#, encryption, mainly in two steps, the first step to select the file,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:18.05kb
    • 提供者:程亮
  1. encrypthls-AES128

    0下载:
  2. 使用HLS规范里的AES-128加密算法来加密TS文件,自动加密playlist里的所有TS,并每10个TS变换一次Key,支持IV,PKCS#7-support AES-128 to encrypt TS file, this tool support encrypt each TS in playlist automatically, and it will change key every 10 ts file, it alos support IV and PKCS#7
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-16
    • 文件大小:23.27mb
    • 提供者:cary
  1. AES加解密调试

    0下载:
  2. AES加解密 内容 IV key AES调试 多种模式可选择(AES encryption and decryption content IV key debugging)
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:18kb
    • 提供者:大兄弟pud
  1. aes256

    0下载:
  2. AES加密解密源码,支持CRC的iv向量.(aes encrypt and decrypt)
  3. 所属分类:加密解密

    • 发布日期:2018-05-06
    • 文件大小:4kb
    • 提供者:浮云行月
搜珍网 www.dssz.com