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

搜索资源列表

  1. 加密算法

    0下载:
  2. 经典加密算法BLOWFISH的C语言实现,用于实现安全通信
  3. 所属分类:加密解密

    • 发布日期:2009-02-24
    • 文件大小:10846
    • 提供者:zlx840712
  1. 4种压缩算法的C源代码

    1下载:
  2. 4种压缩算法的C源代码
  3. 所属分类:加密解密

  1. AES高级加密算法 VC++6.0

    1下载:
  2. AES 高级加密算法 测试程序,使用vc++ 6.0编写
  3. 所属分类:加密解密

    • 发布日期:2011-01-28
    • 文件大小:206574
    • 提供者:changhai123
  1. 求MD5值算法

    0下载:
  2. 实现md5值加密算法.可以对帐户密码进行加密,对文件进行求md5值运算
  3. 所属分类:加密解密

    • 发布日期:2011-05-29
    • 文件大小:3624
    • 提供者:yinquan8241
  1. crc算法

    0下载:
  2. CRC校验算法
  3. 所属分类:加密解密

    • 发布日期:2011-09-23
    • 文件大小:6726
    • 提供者:myangyong
  1. 基于STM32 的AES加密算法

    2下载:
  2. 基于STM32 的AES加密算法,适合用在简单的存储加密,The STM32-based AES encryption algorithm, suitable for storage in a simple encryption
  3. 所属分类:加密解密

    • 发布日期:2016-07-08
    • 文件大小:251996
    • 提供者:fox
  1. DES算法中key生成部分,输入为16位16进制密码

    0下载:
  2. DES算法中key生成部分,输入为16位16进制密码,输出为包含16个子密钥的数组,key generation in DES algorithm
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:22288
    • 提供者:web
  1. SHA1算法软件程序使用c++语言实现

    1下载:
  2. SHA1算法软件程序实现,使用c++语言实现,可以直接下载使用的。,SHA1 algorithm software program, the use of c++ language, you can download to use.
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:8473
    • 提供者:冯慧
  1. SM2椭圆曲线公钥密码算法

    1下载:
  2. SM2椭圆曲线公钥密码算法,SM2椭圆曲线公钥密码算法推荐曲线参数-Elliptic curve public key cryptography algorithm SM2, SM2 recommended elliptic curve public key cryptography algorithm curve parameters
  3. 所属分类:加密解密

    • 发布日期:2017-03-24
    • 文件大小:876113
    • 提供者:he
  1. 凯撒密码算法的实现

    0下载:
  2. 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
  3. 所属分类:加密解密

    • 发布日期:2017-03-21
    • 文件大小:989
    • 提供者:archy
  1. SHA1加密算法,标准C实现

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

    • 发布日期:2017-03-22
    • 文件大小:2568
    • 提供者:杨颖
  1. EncryptUtils.支持MD5、Base64、DES的加密和解密算法的小程序

    0下载:
  2. 支持MD5、Base64、DES的加密和解密算法的小程序,Support for MD5, Base64, DES encryption and decryption algorithm applet
  3. 所属分类:加密解密

    • 发布日期:2017-03-21
    • 文件大小:2420
    • 提供者:sword
  1. DES_16keys用VC生成DES加解密算法的16轮密钥

    0下载:
  2. 用VC生成DES加解密算法的16轮密钥, 可直接用于编写DES的VHDL的密钥生成模块 -Generated using DES encryption and decryption algorithm VC 16-round keys can be directly used to write the VHDL DES key generation module
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:1379
    • 提供者:zhuangyan
  1. RsaTool.自己写的RSA算法工具

    1下载:
  2. 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
  3. 所属分类:加密解密

    • 发布日期:2017-03-22
    • 文件大小:121984
    • 提供者:1234
  1. aes-vhdl 使用vhdl语言实现aes(rijndael 算法)

    0下载:
  2. 使用vhdl语言实现aes(rijndael 算法),程序整体封装成为一个package,方便调用-Using vhdl language aes (rijndael algorithm), the program as a whole package as a package, easy call
  3. 所属分类:加密解密

    • 发布日期:2017-03-24
    • 文件大小:7271
    • 提供者:Bruce Lee
  1. RSA RSA公钥加解密算法源码

    1下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ language development, can generate up to 1024-bit key pair, which contains large numbers operation classes can be directly transplanted to
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:19496
    • 提供者:wangrui
  1. aes加密算法实现,经过FPGA验证的

    2下载:
  2. aes加密算法实现,经过FPGA验证的!,aes encryption algorithm, after FPGA validation!
  3. 所属分类:加密解密

    • 发布日期:2014-12-02
    • 文件大小:5750
    • 提供者:guochao
  1. RSA1 用RSA算法实现加解密的功能

    0下载:
  2. 用RSA算法实现加解密的功能,可支持128-2048位,RELEASE版本,无问题。还有可支持大数运算的计算功能-RSA encryption algorithm with the functionality to support 128-2048 bit, RELEASE version, no problem. There can support large numbers of computing operations
  3. 所属分类:加密解密

    • 发布日期:2017-05-20
    • 文件大小:5671925
    • 提供者:张友乔
  1. fast-des3.0.tar.z

    0下载:
  2. des算法实现源码,des algorithm realization source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:100637
    • 提供者:
  1. idea.zip

    0下载:
  2. PGP使用的idea加密算法实现,PGP the use idea encryption algorithm realizes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:119376
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com