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

搜索资源列表

  1. 最新AES源码

    0下载:
  2. 最新的AES源代码,AES加密算法为我们提供了强大快捷的对称加密方法。-the latest source code AES, AES encryption algorithm to provide us with a powerful and efficient symmetric encryption method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16.35kb
    • 提供者:sss
  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
    • 文件大小:30.2kb
    • 提供者:赖晖
  1. stDES

    0下载:
  2. 经过测试的DES加密算法,效率比较高,很不错哦-tested DES encryption algorithm, more efficient, very good oh
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:80.57kb
    • 提供者:陈东东
  1. AES_COM_crypto++

    0下载:
  2. 一个还算高效的AES加密组件,应用了Crypto++加密算法库,对学习该库的人会有一些帮助-a fairly efficient AES encryption components, the application for Crypto encryption algorithm, learning the library will have some help
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:73.8kb
    • 提供者:刘德小花
  1. 文件加密技術

    0下载:
  2. 經典的文件加密技術,簡單高效-classic document encryption technology, a simple and efficient
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:大华
  1. DES32.rar

    0下载:
  2. DES32加密解密算法,效率很高,很可靠,很强大哦,DES32 encryption and decryption algorithms, highly efficient and very reliable, very powerful, oh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2.55kb
    • 提供者:何康康
  1. AES_VB

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encryption is a fast and efficient le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:31.54kb
    • 提供者:
  1. Vigenere

    0下载:
  2. vigenere 加密算法以及解密算法,效率很高-vigenere encryption algorithm and decryption algorithm, efficient
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:681byte
    • 提供者:李峰
  1. md5

    0下载:
  2. 一种实现md5算法的c\c++的代码,高效稳定哦。-An implementation of the md5 algorithm c \ c++ code, highly efficient and stable Oh.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2.3kb
    • 提供者:焱哥
  1. MARS-ARP

    0下载:
  2. 加密解密工具,可以快速的加解密。高效,快速-Encryption and decryption tool that can quickly encrypt and decrypt. Efficient and fast
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:罗婷婷
  1. DES_LAST

    1下载:
  2. DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-12-25
    • 文件大小:318.45kb
    • 提供者:maowu
  1. des

    0下载:
  2. 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6.85kb
    • 提供者:ai ai
  1. DES

    0下载:
  2. 本DES算法,使用了效率很高的C完成。目前,国内知名企业的POS终端中,单DES算法,均是采用这个函数完成。函数经本站验证过,可以放心使用。-The DES algorithm, the use of highly efficient C-complete. At present, the domestic well-known enterprises in the POS terminal, single-DES algorithms are supported by the completi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.74kb
    • 提供者:小夏
  1. Basedonsmartcardellipticcurvedynamicstatusauthenti

    0下载:
  2. 基于智能卡的身份认证应用被普遍认为是一项极具前沿技术,由于其存储空间与处理能力的限制,现有的身份认证方案当应用到一些受限制环境下,如无线终端等,都存在安全性或效率上的不足。该文利用椭圆曲线密码系统,构建了一个新的、高效的、可证安全的身份认证方案。-Based on smart card authentication application is generally considered one of the greatest cutting-edge technology, because of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:998.71kb
    • 提供者:张巍
  1. img_qi.m

    1下载:
  2. This an efficient implementation of the algorithm for calculating the universal image quality index-This is an efficient implementation of the algorithm for calculating the universal image quality index
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-12-11
    • 文件大小:1.83kb
    • 提供者:ask
  1. Encryption

    0下载:
  2. This an aes encryption method its include file handling nd its jst simple nd efficient now editing will be required in this try this-This is an aes encryption method its include file handling nd its jst simple nd efficient now editing will be require
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:2.45kb
    • 提供者:vishal
  1. aesp

    0下载:
  2. AES算法的并行化,这个是我的并行作业,其实还不如不并行的效率高呢,不过可以参考其中是如何并行的,对写其他并行程序有点用。-Parallel AES algorithm, this is my parallel operation, in fact, if not efficient parallel it, but can refer to them is how parallel process of writing a bit with the other parallel.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3.92kb
    • 提供者:朱克
  1. rc2

    0下载:
  2. 这是RC6的Asm实现,可以很方便高效的用到工程中去-This is the RC6 of Asm achieved and can be very convenient and efficient to use project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.9kb
    • 提供者:00
  1. Korus-2013-Efficient-Method-for-Content

    0下载:
  2. Efficient method for content
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.48mb
    • 提供者:leelasaladi
  1. Improving-an-efficient-ID-based-RSA-

    0下载:
  2. Improving an efficient ID-based RSA multisignature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:342.46kb
    • 提供者:liyunfei
« 12 3 »
搜珍网 www.dssz.com