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

搜索资源列表

  1. DVB-CSA_descrambling_for_ts

    0下载:
  2. 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:528366
    • 提供者:xx
  1. main

    0下载:
  2. Vigenere加密法,使用c++寫成,希望能作為同好的參考,謝謝。-Vigenere encryption method, the use of c++ languages, would like to share as a reference, thank you.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:549
    • 提供者:林志玲
  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. rc4crypt

    0下载:
  2. rc4 RC4 was initially a trade secret, but in September 1994 a descr iption of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leaked code
  3. 所属分类:CA program

    • 发布日期:2017-03-23
    • 文件大小:10293
    • 提供者:long
  1. polarssl-0.13.1-gpl

    0下载:
  2. PolarSSL源码,也许是最小巧的ssl代码库。高效、便于移植和集成。尤其适合嵌入式应用。-PolarSSL is a light-weight open source cryptographic and SSL/TLS library written in C. PolarSSL makes it easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) applicat
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:339052
    • 提供者:Tony
  1. C-youxiangpojie

    0下载:
  2. 暴力破解邮箱密码,1,本程序仅供学习参考使用。严禁使用本程序进行盗取他人密码的活动。 2,-i 选项不好使(只能使用server name,如:pop3.hotmail.com)。 3,本程序仅对某些pop3服务器有效-Violence to crack-mail password, the program only to learn to use and reference. Non-stealing others password using the program activiti
  3. 所属分类:CA program

    • 发布日期:2017-12-02
    • 文件大小:1736
    • 提供者:DST
  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. New

    0下载:
  2. AES的C++实现方法,用QT编写,并能够正确验证,包括AES各种密钥长度,以及文件加解密-Method of AES C++ with QT prepared, and be able to correctly verify, including AES various key length, as well as file encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-12-02
    • 文件大小:24425472
    • 提供者:谭皓
  1. aa

    0下载:
  2. 我的程序是一个C++程序,实现了画图等多种功能-My program is a C++ program to achieve a variety of functions such as drawing
  3. 所属分类:CA program

    • 发布日期:2017-11-24
    • 文件大小:54109
    • 提供者:fangfang
  1. DES

    0下载:
  2. 用C实现DES算法,有MFC界面。主要实现字符串加密和字符加密。可以作为一个加密小软件-DES algorithm implemented in C, with MFC interface. The main achievement of the character string encryption and encryption. Encryption can be used as a small software
  3. 所属分类:CA program

    • 发布日期:2017-05-08
    • 文件大小:1943277
    • 提供者:吴明航
  1. RSA-source-code

    1下载:
  2. RSA的C语言源代码,用作密钥的生成,文件的加密,解密。也可用作数字签名-RSA C language source code, is used to generate keys, encrypt files, decrypt. Also be used as a digital signature
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:7054
    • 提供者:wenr
  1. Hash

    0下载:
  2. hash算法的几种C语言实现,以及源代码,比较简单的代码-Several hash algorithm C language, as well as source code, relatively simple code
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:791
    • 提供者:程科
  1. prob3

    0下载:
  2. Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
  3. 所属分类:CA program

  1. des.tar

    0下载:
  2. THE ALGORITHM WRITTEN IN C FOR BOTH ENCRYPTION AND DESCRYPTION AND CAN BE USED AS SINGLE MODULE FOR 3- des ALGORITHM
  3. 所属分类:CA program

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:jospeh
搜珍网 www.dssz.com