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

搜索资源列表

  1. 公钥加密算法

    0下载:
  2. rsa加密解密是一种公钥加密算法,广泛应用于信息安全领域-rsa encryption and decryption is a public key encryption algorithm widely used in the field of information security
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.84kb
    • 提供者:张震
  1. 基于密码技术的MobileAgent系统安全问题解决方案

    0下载:
  2. Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:150.39kb
    • 提供者:李皓
  1. yC1.3src

    0下载:
  2. I think this the first time every one can look at a PE crypter source in top level language such VC++. So as I promised ... if some one sent me one nice compress source I would publish my source. I dedicate this source to all people who invo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:48.66kb
    • 提供者:李泉
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:21.87kb
    • 提供者:s_wilfred
  1. kasumi

    0下载:
  2. 实现KASUMI算法的加密解密,可以应用于密码学领域-Implementation of the KASUMI encryption algorithm, can be applied to the password field of study
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:188.64kb
    • 提供者:朱婉菁
  1. GF_MUL

    0下载:
  2. Galois域乘法器的Verilog源码 广泛用于信道编码、计算机代数及椭圆曲线加密等-Galois field multipliers are widely used in the Verilog source channel coding, computer algebra and elliptic curve encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.3kb
    • 提供者:李映波
  1. GFP_MOD_ADD_Project

    0下载:
  2. this the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:12.69kb
    • 提供者:majid
  1. GFP_MOD_SUB_Project

    0下载:
  2. this the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:10.96kb
    • 提供者:majid
  1. GFP_MONT_INV_Project

    0下载:
  2. this the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:13.49kb
    • 提供者:majid
  1. GFP_MUL_Project

    0下载:
  2. this the MUL routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the MUL routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:12.27kb
    • 提供者:majid
  1. PRNG_Project

    0下载:
  2. this the PRNG routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.-this is the PRNG routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-23
    • 文件大小:11.51kb
    • 提供者:majid
  1. GF

    0下载:
  2. table generation for Rijndael/AES finite field GF(256) with various generator polynomials
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1.98kb
    • 提供者:rayana
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:749.77kb
    • 提供者:harris
  1. CRC16

    0下载:
  2. The class has a methode named make_CRC that gets a byte stream and start/end offsets then calculate and return a 16 bit CRC according to determined POLYNAMIAL.The POLYNAMIAL is a private field of the class.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:574byte
    • 提供者:rahim
  1. freehdl-0.0.6.tar

    0下载:
  2. inplementation of AES vhdl The use of a list of law, VHDL language based polynomial-based finite field multiplier, for the AES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:tarik
  1. RSAESRCI.ZIP

    0下载:
  2. RSA算法的具体实现,用于信息安全技术领域的加密算法。-Concrete realization of RSA algorithm is used in the field of information security technology, encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:89.24kb
    • 提供者:chenyucong
  1. good_galois_all_operations

    0下载:
  2. Galois field is used in ECC( elliptic curve cryptography). This is a brief introdustion about the prime field and its related concepts
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:218.82kb
    • 提供者:mma32
  1. crypt-1.17

    0下载:
  2. crypt-1.17 libtom库 文件加解密库,内有test工程源码,对那些尚对加密解密领域有很大的帮助!-crypt-1.17 libtom library file encryption and decryption libraries, within the test project source code, for those still on the field of encryption and decryption of great help!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11.03mb
    • 提供者:liupeng
  1. rtl

    1下载:
  2. 基于脉动结构的有限域乘法器,verilog代码-Based on the pulse of the structure of finite field multipliers, verilog code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:40.4kb
    • 提供者:jh
  1. finite-field

    0下载:
  2. 有限域英文版 有限域是研究现代密码学网络安全的基础课程,有很重要的应用-finite field
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-19
    • 文件大小:28.11mb
    • 提供者:sky
« 12 3 »
搜珍网 www.dssz.com