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

搜索资源列表

  1. ecc(down)

    3下载:
  2. C语言实现的ecc加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language ecc the encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:24660
    • 提供者:慕容楚冰
  1. rsa(down)

    0下载:
  2. C语言实现的rsa加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of rsa encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:24924
    • 提供者:慕容楚冰
  1. md5(down)

    0下载:
  2. C语言实现的md5加密算法,解密有问题,尚未解决。用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of md5 encryption algorithm, decryption problems, has not yet been settled. Use Devcpp compile, with documentation, the copyright is false is not the oh-my classmates ^ _ ^
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:33340
    • 提供者:慕容楚冰
  1. CipherAndDecipher

    0下载:
  2. 用C语言实现仿射密码的加密和仿射密码的解密。-Implemented in C affine affine encryption and decryption password.
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:2059313
    • 提供者:张刘飘
  1. AES_Encrypt

    0下载:
  2. AES加密C语言程序,用于AES的加密算法的C语言实现-AES_Encrypt.cpp
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:3199
    • 提供者:赵天新
  1. AES_test

    0下载:
  2. 用C++语言实现了AES加密算法,给出了具体每一步的流程程序-AES encryption algorithm is implemented in C, given in detail every step of the process program
  3. 所属分类:CA program

    • 发布日期:2017-03-22
    • 文件大小:182521
    • 提供者:俞浩
  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. rsa

    0下载:
  2. 掌握RSA算法描述。 采用C语言实现RSA加密算法-Grasp the RSA algorithm descr iption. Using C language to achieve RSA encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:6267
    • 提供者:vip
  1. RSA

    0下载:
  2. rsa加密解密的实现算法用C语言实现的可用于下载学习-rsa encryption algorithm decryption
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:1158
    • 提供者:JES
  1. DES

    0下载:
  2. 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:4002
    • 提供者:赵忠华
  1. sha

    0下载:
  2. SHA加解密算法,SHA是安全散列算法,c语言实现的Benchmark-SHA encryption and decryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:27723
    • 提供者:邓承诺
  1. encryption

    0下载:
  2. 线性移位寄存器的C语言实现 线性移位寄存器的C语言实现线性移位寄存器的C语言实现-encryption
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:12105
    • 提供者:pxs
  1. DES

    0下载:
  2. DES加解密算法C语言实现,可以直接调用算法,有实现用例-DES encryption and decryption algorithm C language, can call the method, there is realization of use cases
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:254024
    • 提供者:王二小
  1. rsa

    0下载:
  2. 用c语言实现rsa加密算法,进一步理解加密算法的原理-With c language rsa encryption algorithm, a better understanding of the principles of encryption algorithms
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:orangechen
  1. vigenere

    0下载:
  2. C语言实现DES加解密过程,多函数操作,会有加密和解密两个选项-The C language realization of DES encryption and decryption process
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:901
    • 提供者:陈天遥
  1. Permutation-cipher

    1下载:
  2. C语言实现古典密码学中的列置换,自己原创,有详细注释,便于理解这个算法-Permutation cipher,C language operations can definitely run, help to understand and master the encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:915
    • 提供者:陈天遥
  1. DES-encryption-and-decryption-

    0下载:
  2. 本文列出了用C语言实现DES算法的加密和解密功能,方便易懂-DES algorithm encryption and decryption functions
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:3805
    • 提供者:zhang shuai
  1. rsa-test

    0下载:
  2. 用C语言实现的简单RSA测试算法.供参考学习.-Using C language to achieve a simple RSA test algorithm.
  3. 所属分类:CA program

    • 发布日期:2017-11-17
    • 文件大小:6512
    • 提供者:梁生
  1. RSA(C)

    0下载:
  2. RSA D-H加密与解密算法,C语言实现-RSA DH encryption and decryption algorithm, C language
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:5249
    • 提供者:刘思琪
  1. aes_128.c

    0下载:
  2. 用C语言实现AES加解密,分组长度和密钥长度均为128位。-The realization of AES encryption and decryption with the C language, the packet length and the key length of 128 bits.
  3. 所属分类:CA program

    • 发布日期:2017-03-22
    • 文件大小:3872
    • 提供者:scott zhang
« 12 3 »
搜珍网 www.dssz.com