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

搜索资源列表

  1. AESproj

    0下载:
  2. 这是一个关于AES加密的算法类库,可方便使用-This is one of the AES encryption algorithm library, ease of use
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:21211
    • 提供者:huhaisheng
  1. pkcs11

    0下载:
  2. one of pkcs#11 header files
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2669
    • 提供者:Jarok
  1. ssl证书源代码

    0下载:
  2. ssl证书的源代码,学习SSL的好东西啊!-This is the source code of SSL certificate a very good one for learning SSL
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:24372
    • 提供者:单轲
  1. socket

    1下载:
  2. 一个winsock网络通信程序,实现单向的身份认证,还不构完善--A Winsock communication program. It implements one-way identity verification. But it is not complete yet.
  3. 所属分类:CA认证

    • 发布日期:2012-11-01
    • 文件大小:65744
    • 提供者:李杰
  1. PlayfairCipher_codes

    0下载:
  2. Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:132927
    • 提供者:黃文岩
  1. code

    0下载:
  2. C# (pronounced "C Sharp") is a multi-paradigm programming language encompassing imperative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative a
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:1357
    • 提供者:soul
  1. code245

    0下载:
  2. C# (pronounced "C Sharp") is a multi-paradigm programming language encompassing imperative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within the .NET initiative a
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:1360
    • 提供者:soul
  1. nist

    0下载:
  2. Random and pseudorandom bit generators (RBGs, PRBGs) are used for many purposes including cryptographic, modeling, and simulation applications. For cryptographic purpose, they are required in the construction of encryption keys, other cryptographic p
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:17124
    • 提供者:celia
  1. Criptography

    0下载:
  2. One little exercise of criptography made in java.
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:2950
    • 提供者:Joao
  1. DataCertificate

    1下载:
  2. 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:1903
    • 提供者:段皓耀
  1. CA

    0下载:
  2. 提供两个说明文档,一个是函数查询手册( Reference Manual),另一个是使用说明(User’s Manual) 你也可以把文档User’s Manual中的程序拿过来用用试试。逐渐熟悉一下一些常见的函数的使用方法。 -Documentation provided by two, one function query Manual (Reference Manual), the other is the instructions for use (User' s M
  3. 所属分类:CA program

    • 发布日期:2017-05-10
    • 文件大小:2148591
    • 提供者:PUDNSB2
  1. CAPP

    0下载:
  2. 提供两个说明文档,一个是函数查询手册(MIRACL Reference Manual),另一个是使用说明(User’s Manual)。 你也可以把文档User’s Manual中的程序拿过来用用试试。逐渐熟悉一下一些常见的函数的使用方法。 -Documentation provided by two, one function query Manual (MIRACL Reference Manual), the other is instructions (User' s
  3. 所属分类:CA program

    • 发布日期:2017-05-10
    • 文件大小:2318137
    • 提供者:PUDNSB2
  1. michaelpeg1-decoder_cwg

    0下载:
  2. 本代码实现视频编码mpeg1 很好 很强大 适合初学者 中学者 专家-Three-point play three-point play to play the style of one-third of the way wow Engels shares of four three-point play over discharge
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:1508993
    • 提供者:michael
  1. aes_mini_project

    0下载:
  2. It is encryption and decryption algorithm. AES is a symmetric encryption algorithm processing data in block of 128 bits.Under the influence of a key, a 128-bit block is encrypted by transforming it in a unique way into a new block of the same s
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1194861
    • 提供者:asha
  1. one_time_image

    0下载:
  2. One Time pad Cryptography
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:42137
    • 提供者:reeinz
  1. subbyte128

    0下载:
  2. AES算法中Sbox映射Verilog源代码,采用一一映射的方案,用查找表的方式实现Sbox。转换数据长度为128bit。-Sbox mapping Verilog source code of the AES algorithm, using one to one mapping of the program, using a lookup table to achieve the Sbox table. Convert the data length is 128bit.
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:1519
    • 提供者:chun zeng
  1. matrix-transponse-in-vb-and-one-time-pad-cipher-c

    0下载:
  2. one time pad encryption code in MATLAB and matrix transpose in visual basic
  3. 所属分类:CA program

    • 发布日期:2017-03-22
    • 文件大小:3098
    • 提供者:zahiduowciit
  1. 000009876stegolsb

    0下载:
  2. lsbstegoprote.zip is a secure one for hiding the lsb steg image.
  3. 所属分类:CA program

    • 发布日期:2017-11-13
    • 文件大小:236883
    • 提供者:saeedabtl
  1. RSAWithGa

    0下载:
  2. 一种新的RSA算法,使用Viaual C++实现。作为目前最有影响力的公钥加密算法,RSA已被ISO推荐为公钥数据加密标准。-One kind the new RSA algorithm Viaual C++ achieve. As the most influential public key encryption algorithm, RSA has been ISO recommended as public key data encryption standard.
  3. 所属分类:CA program

    • 发布日期:2017-11-25
    • 文件大小:13938
    • 提供者:ibmis
  1. aodv

    0下载:
  2. Some operating systems support more than one type of hash. In fact, sometimes the standard DES-based algorithm is replaced by an MD5-based algorithm. The hash type is triggered by the salt argument. Prior to 5.3, PHP would determine the available alg
  3. 所属分类:CA program

    • 发布日期:2017-12-10
    • 文件大小:10811
    • 提供者:rahmath
« 12 3 »
搜珍网 www.dssz.com