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

搜索资源列表

  1. des

    0下载:
  2. 在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。-the originator Jim Gillogly code revision on the basis of optimization, and to achieve C rewritten. Implementation of DES encryption. Of course, the key in the source documents ch
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8010
    • 提供者:陈器
  1. BigInt_beta10

    0下载:
  2. RSA加密中的大整数运算,是RSA程序实现的基础。我上传个大整数运算的C++程序供大家使用,求模、模幂等都有
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:69589
    • 提供者:柔然
  1. DES

    0下载:
  2. 用VC做的数据加密标准DES算法可视化实现.简单易懂,有密码学和C或C++基础即可理解
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:105883
    • 提供者:dskgo
  1. new_code

    0下载:
  2. 在原来基础上新添加了对ST、V、I、C卡的处理,并给出了怎样使一台机顶盒支持 多种智能卡的伪代码!-In the original based on the newly added to ST, V, I, C card processing, and gives the how to make a set-top box supports a wide range of smart cards Pseudocode!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:34881
    • 提供者:童辉
  1. hcs301

    1下载:
  2. Keeloq技术简介   Keeloq技术是一种复杂的非线性加密算法,经它加密后的码称为滚动码,它的特点是保密性好、难以破译。Microchip公司以Keeloq技术为基础开发了滚动编码系列芯片,HCS301只是其中一款。   2
  3. 所属分类:加密解密

    • 发布日期:2013-01-25
    • 文件大小:50771
    • 提供者:boyazy
  1. Stirchmark

    0下载:
  2. 学习数字水印技术必备的水印攻击软件!无论对于初学者还是有定基础的都适用!-strmark
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2642355
    • 提供者:liangfei
  1. Caesar

    0下载:
  2. C语言编写的简单移动的凯撒加密算法,可以作为一个基础源码,再行修改构成更高级的算法。-C language simple moving Caesar encryption algorithm can be used as a basis for the source, further modify the composition more advanced algorithms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:98654
    • 提供者:amber
  1. ldpc_codes

    0下载:
  2. 低密度校验码 基础c++代码,包括编码和译码,生成LDPC-LDPC CODE
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:228679
    • 提供者:kaka
  1. Simple_Data_Encryption_with_VC

    0下载:
  2. 在Visual C++环境下,利用微软基础类库,实现简单的数据加密算法.-In Visual C++ development environment, using Microsoft Foundation Class Library, to implement simple data encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:36649
    • 提供者:ccz
  1. openssl-1.0.0e.tar

    0下载:
  2. openssl-1.0.0e源代码 众多的密码算法、公钥基础设施标准以及SSL协议,或许这些有趣的功能会产生实现所有这些算法和标准的想法。这是一个令人望而生畏的过程。这个工作不再是简单的读懂几本密码学专著和协议文档那么简单,而是要理解所有这些算法、标准和协议文档的每一个细节,并用很熟悉的C语言字符一个一个去实现这些定义和过程。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。O
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:4040229
    • 提供者:hello_hi_hi
  1. openssl-fips-1.2.3.tar

    0下载:
  2. 符合FIPS标准的Openssl。 OpenSSL采用C语言作为开发语言,这使得OpenSSL具有优秀的跨平台性能,这对于广大技术人员来说是一件非常美妙的事情,可以在不同的平台使用同样熟悉的东西。OpenSSL支持Linux、Windows、BSD、Mac、VMS等平台,这使得OpenSSL具有广泛的适用性。 OpenSSL整个软件包大概可以分成三个主要的功能部分:密码算法库,SSL协议库,应用程序。 OpenSSL的目录结构自然也是围绕这三个功能部分进行规划的。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3771178
    • 提供者:hello_hi_hi
  1. AES

    0下载:
  2. 本书是当前世界上介绍AES最全面的书了,详细的介绍了AES的数学基础,原理算法的构造,以及密码的相关知识,并且有C语言实现代码,是学习AES难得的一本好书. -This book is currently the world s most comprehensive book introduces AES, and a detailed descr iption of the mathematical basis of AES, algorithm construction principles
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-18
    • 文件大小:5200472
    • 提供者:uiao86
  1. Hill

    0下载:
  2. 用C语言编的,密码学基础中的hill算法。-Hill algorithm in C language, the basis of cryptography.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:28516
    • 提供者:李李
  1. RSA

    0下载:
  2. 密码学基础中的RSA算法,用C语言的简单实现-Cryptography based in the RSA algorithm, implemented in C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:172929
    • 提供者:李李
  1. shank

    1下载:
  2. 用C语言编写的,密码学基础中的shank算法。-Written in C, based in cryptography the shank algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-06-14
    • 文件大小:202752
    • 提供者:李李
  1. Miller-Rabin

    0下载:
  2. 用C语言编的,密码学基础中的Miller-Rabin。-In the basis of the C language, cryptography Miller-Rabin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:195821
    • 提供者:李李
  1. modinv

    0下载:
  2. 用C语言编的,密码学基础中的modinv。-C language, based in cryptography modinv.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:176899
    • 提供者:李李
  1. C-language-board-password-algorithm

    0下载:
  2. 基于C语言棋盘密码小算法,加密算法基础编程。-C language board password algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:636
    • 提供者:张新
  1. C-programming

    0下载:
  2. 这是几个基础的C语言程序源代码,包括九九乘法表、求公约数、行列互换、指针赋值和顺序输出等,供初学者使用-This is the basis of several C language source code, including the multiplication table, find the number of conventions, the ranks of the swap, pointer assignment and sequential output, for beginner
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:916570
    • 提供者:邓玉洁
  1. SM3,SM4_UI

    1下载:
  2. 将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is corre
  3. 所属分类:加密解密

    • 发布日期:2019-04-04
    • 文件大小:74752
    • 提供者:iammark
« 12 »
搜珍网 www.dssz.com