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

搜索资源列表

  1. c++_blowfish

    0下载:
  2. 标准C++书写的BlowFish加密算法,和加密文件演示,速度较快-written in standard C BlowFish encryption algorithm, and encryption paper presentations, faster
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10182
    • 提供者:邓飞
  1. ECC

    2下载:
  2. ECC(椭圆曲线密码)的标准C语言设计与实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:183487
    • 提供者:陈华峰
  1. sha

    0下载:
  2. 使用标准C++开发的SHA-1算法的实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3357
    • 提供者:wilson
  1. SHA1加密算法,标准C实现

    0下载:
  2. SHA1加密算法,标准C实现,已经测试通过。,SHA1 encryption algorithm, the standard C implementation, testing through
  3. 所属分类:加密解密

    • 发布日期:2017-03-22
    • 文件大小:2568
    • 提供者:杨颖
  1. RSA-base-c-program.rar

    1下载:
  2. 基于C语言的RSA算法实现 用标准C语言实现了RSA算法 编译通过验证,C language based on RSA algorithm
  3. 所属分类:加密解密

    • 发布日期:2012-11-06
    • 文件大小:15325
    • 提供者:hui
  1. md5.rar

    1下载:
  2. 使用标准C++实现MD5算法,可对任意大文件或字符串进行md5值的计算,Using standard C++ realize MD5 algorithm may be arbitrarily large files or string md5 calculation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:67119
    • 提供者:mysic
  1. base64

    2下载:
  2. 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5668
    • 提供者:沉沦
  1. aes-CCM

    1下载:
  2. 程序基于AES分组加密标准完成ccm模式加密与认证处理,包括NIST的基准测试向量。-Basing on AES, this program can perform encryption and authentication. All test vectors are from NIST.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:20767
    • 提供者:hanyu
  1. LFSR

    3下载:
  2. 简单的线性反馈移位寄存器标准C语言实现,采用visual c++2010编写,如果你打不开,请复制里面的.cpp文件采用visual c++6.0打开即可。 详细内容见源码-Simple linear feedback shift register the standard C language, written with visual c++2010, and if you can not open, please copy the inside. Cpp file using visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-04-16
    • 文件大小:784384
    • 提供者:李杨元
  1. pass

    0下载:
  2. 使用标准C语言编写,无平台相关内容,可以在所有C编译器上编译,使用简单的位运算进行文件加密,虽然算法简单,但即便知道算法也不太容易破解,有注释,可供C语言初学者学习研究!-Using standard C language, non-platform-related content, you can in all C compiler compiled, using a simple bit computing for file encryption, although the algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1721
    • 提供者:etcher
  1. Random

    0下载:
  2. 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:4003
    • 提供者:杨颖
  1. tt

    0下载:
  2. des 加密解密算法 标准C的实现。 可以在C, C++ , VC项目中直接使用。-des encryption and decryption algorithm standard C implementation. In C, C++, VC direct use projects.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2575
    • 提供者:hp100
  1. des_cpp

    0下载:
  2. 用C++实现的数据加密标准(DES)算法的代码,可以实现加解密的功能-Implemented with C++ Data Encryption Standard (DES) algorithm code, encryption and decryption functionality can be achieved
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:31630
    • 提供者:Horace
  1. rsa-cpp

    0下载:
  2. RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:8271
    • 提供者:YCLIU
  1. 3DES

    1下载:
  2. 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5715
    • 提供者:Laura
  1. DES-C

    0下载:
  2. DES(标准加密算法)C语言实现,交流一下-DES (standard encryption algorithm) C language, communication about
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:106527
    • 提供者:
  1. testSign

    0下载:
  2. 标准C++编写的实现数字签名的例程,其中调用openssl实现了证书的解析,调用PKCS11实现了数字签名。-Written in standard C++ implementation of digital signature routines, which call openssl to achieve a certificate of analysis, calls PKCS11 to achieve a digital signature.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:252215
    • 提供者:steven
  1. 1

    0下载:
  2. 根据国密规范,使用标准C语言设计与实现SM2算法-ECC alg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:183166
    • 提供者:jjh
  1. CRC

    0下载:
  2. CRC校验的C语言程序代码 采用欧洲标准 -C language program of the CRC code to adopt the European standard
  3. 所属分类:ELanguage

    • 发布日期:2017-11-24
    • 文件大小:1289
    • 提供者:郭峰
  1. AES

    0下载:
  2. AES 算法源程序,标准C,可跨平台使用,也可直接在DSP或ARM内运行。-AES algorithm source, standard C, can be cross-platform use, may also be run within the DSP or ARM.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:283201
    • 提供者:echo
« 12 3 4 5 »
搜珍网 www.dssz.com