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

搜索资源列表

  1. File_Handler

    0下载:
  2. 这个类提供了一个快速和更简单的方式来使用RC4算法来加密和解密文件。它也包括了用来打开,读取,编写和附加文件的方法。包括了一个类的演示客户端程序。- This kind has provided fast and the simpler way uses the RC4 algorithm to encrypt reconciles the dense document. It also included has used for to open, reads takes, compilat
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6981
    • 提供者:张平
  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14763
    • 提供者:杨巍
  1. DES算法详述

    2下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位.-DES algorithm combines 64 express importation into 64 blocks of dense text output block, it is also the key 64.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5446
    • 提供者:yang
  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  1. FEAL8

    0下载:
  2. 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:逍遥
  1. sdestt

    1下载:
  2. S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情况 相同明文下密钥改变任一位时密文的位差异情况-S-DES
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2281
    • 提供者:冯鋆
  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:75988
    • 提供者:何泽荣
  1. RSA加长分段解密

    0下载:
  2. RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened section, the interface operati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:33550
    • 提供者:何泽荣
  1. AcV3.0gj.rar

    19下载:
  2. 劲舞团ACV加解密打包工具.可以好方便的解开加了密的ACV。也可以为没加密的ACV加密,Audition package ACV encryption and decryption tool. Can be better solved easily added a dense ACV. Also can not encrypt encrypted ACV
  3. 所属分类:加密解密

    • 发布日期:2014-09-16
    • 文件大小:233538
    • 提供者:mingwa
  1. sm2

    0下载:
  2. SM2算法说明,针对SM2的原理分析。国密局公开算法。-SM2 algorithm for the principles of analysis of SM2. States dense Office openly algorithm.
  3. 所属分类:加密解密

    • 发布日期:2012-12-21
    • 文件大小:9683
    • 提供者:育哲
  1. Encoder_DingChangJiaMi

    0下载:
  2. 加密算法.采用定长方式.可逆加密方式.des.混排.钥匙.均在密文中.-Encryption algorithm. The use of fixed-length approach. Reversible encryption method. Des. Mixed. Key. Are dense text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:27930
    • 提供者:DanAlpha
  1. mydes

    0下载:
  2. 第一部分 数据加密标准DES (1)掌握DES中各加密函数对其性能影响; (2)DES的特性分析,包括互补性和弱密钥; (3)DES的实际应用,包括各种数据类型的加/脱密、DES的短块处理。 -The first part of the Data Encryption Standard DES (1) grasp the DES encryption function of each effect on its performance (2) DES characteristi
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:51903
    • 提供者:scorpio
  1. commondlg

    0下载:
  2. 用来数字的加密和解密,可以作为处学者的参考文献来用-it is use to digtial dense and dens ,the visala basic is good an it can be to see
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:13928
    • 提供者:dongjinling
  1. md5_implication

    0下载:
  2. MD5算法的实现. 明文数据经MD5算法进行散列处理,可以形成密文/数据的摘要,应用此算法可以实现对邮件的加密. 实验步骤: 1、填充消息:10…0,使消息长度等于448mod512 2、添加明文长度(64位) 3、初始化4个字的寄存器 4、消息由512-bits数据块(Y0,Y1,…)处理4轮,每轮16次迭代 -MD5 algorithm. Plaintext data hashed by the MD5 algorithm, can form dense text/d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2483
    • 提供者:
  1. Dec360mipan

    0下载:
  2. 360密盘解密程序,官方网站上吹嘘十万年才能破解-360 dense disk decryption process, the official website boasts hundreds of thousands of years to break
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:17281
    • 提供者:lession
  1. 4

    0下载:
  2. SM3密码杂凑算法,这个同样是国密公开的摘要算法-The SM3 cryptographic hash algorithm, this is also a country of dense open digest algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:92102
    • 提供者:jjh
  1. PPT-Password-Recovery

    0下载:
  2. 很好用的绿色PPT破密软件.破解速度快\准确.-Well the dense green PPT broken software. Cracked fast \ accurate.
  3. 所属分类:Crack_Hack

    • 发布日期:2016-01-25
    • 文件大小:2463744
    • 提供者:zhuzhiwei
  1. asus_updatev71803

    0下载:
  2. 部门内部:360密盘Dec360mipan.exe-360 dense disk-Dec360mipan.exe-360 dense :Dec360mipan.exe-360 dense diskdisk
  3. 所属分类:Windows Kernel

    • 发布日期:2015-08-12
    • 文件大小:14773248
    • 提供者:陈顺德
  1. DAISY-BP

    0下载:
  2. 使用daisy算子做稠密匹配的快速算法,可用于视频图像监控方面-Operators using daisy dense matching algorithm to do fast, and can be used for video surveillance
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:6026265
    • 提供者:chen
  1. Virginia_algorithm

    0下载:
  2. Virginia password introduced the concept of key , that is based on the key used to determine which line to replace dense table, in order to counter word frequency statistics.-Virginia password introduced the concept of key , that is based on the key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:853
    • 提供者:林怀
« 12 »
搜珍网 www.dssz.com