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

搜索资源列表

  1. SoftProtect

    0下载:
  2. rsa加密过程中需要大数的幂运算后求模,本程序即计算a的b次方的结果对c求模,其中a,b,c均为大自然数,编写rsa加密的朋友可以作为参考(其实就是rsa的精华)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15.12kb
    • 提供者:showerxu1979
  1. openssl_program(doc)

    0下载:
  2. openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 openssl采用C语言作为开发语言,这使得它具有优秀的跨平台性能。openssl支持Linux、UNIX、windows、Ma
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:358.5kb
    • 提供者:李文化
  1. MY_RSA

    0下载:
  2. 完美的RSA算法C++实现,自定义的大数运算方法可以完成RSA密钥生成和加密解密全过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:20.75kb
    • 提供者:田春长
  1. rsa1l

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:334.75kb
    • 提供者:李湘
  1. RSA-lx

    0下载:
  2. /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled He
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:168.91kb
    • 提供者:李湘
  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
    • 文件大小:119.13kb
    • 提供者:1234
  1. rsa

    1下载:
  2. 来自putty的大数运算代码,纯C实现,移植性好,RSA的最实现-Large numbers from the putty operation code, a pure C implementation, migration is good, RSA best to achieve
  3. 所属分类:加密解密

    • 发布日期:2012-11-07
    • 文件大小:8.36kb
    • 提供者:王高全
  1. BigNum

    0下载:
  2. C++大数类,支持基本的高精度加减乘除运算-C++ Large Number Class, support high-precision calculation of basic computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.73kb
    • 提供者:superhan
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3.6mb
    • 提供者:w
  1. RSA

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:603.66kb
    • 提供者:佘曼桂
  1. C-rsa

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:603.76kb
    • 提供者:佘曼桂
  1. RandomInt

    0下载:
  2. 大数四则运算,实现加减乘除以及模运算,c++语言实验,比较实用-big number algorithm,add,minus,multiple and mod
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:266.7kb
    • 提供者: 李好
  1. opensslsource

    0下载:
  2. Openssl 是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有: SSL 协议实现(包括SSLv2、SSLv3 和TLSv1)、大量软算法(对称/非对称/摘要)、 大数运算、非对称算法密钥生成、ASN.1 编解码库、证书请求(PKCS10)编解码、 数字证书编解码、CRL 编解码、OCSP 协议、数字证书验证、PKCS7 标准实现 和PKCS12 个人数字证书格式实现等功能。 Openssl 采用C语言作为开发语言,这使得它具有优秀的跨平台性能。Openssl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:5.95mb
    • 提供者:韩冬冬
  1. libtommath-0.42.0

    0下载:
  2. 密码学,libtommath大数运算库,C语言实现了大数运算-libtommath large numbers arithmetic library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.12mb
    • 提供者:ly
  1. RSATool

    0下载:
  2. vs2010下实现的RSA算法加解密,算法函数可以改成.c文件,也可以用作c++,还不够成熟,但实现大数运算以及加解密绝无问题!-the vs2010 RSA algorithm encryption and decryption algorithm function can be changed. c file for c++, not mature enough, but the realization of the operation of large numbers as well as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:140.09kb
    • 提供者:赵玉雷
  1. freelip_1.1

    0下载:
  2. 非常有名的C大数运算库源代码,与miracl齐名的大数运算类库,完全免费,自由使用。-Majority of the computing very famous C library source code, with the majority of the computing par miracl library, completely free, free to use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:183.57kb
    • 提供者:陈丽凤
  1. libtomcrypt_1.17.orig.tar

    0下载:
  2. 本程序是libtocrypt和libtommath大数运算库,用于C++编写非对称加密算法。-This program is libtocrypt and libtommath majority of computing for C++ write asymmetric encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.64mb
    • 提供者:zhaohang
  1. libtommath_0.39.orig.tar

    0下载:
  2. 本程序是libtocrypt和libtommath大数运算库,用于C++编写非对称加密算法。-This program is libtocrypt and libtommath majority of computing for C++ write asymmetric encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.94mb
    • 提供者:zhaohang
  1. libTomCryptText

    0下载:
  2. 本程序是libtocrypt和libtommath大数运算库,用于C++编写非对称加密算法。-This program is libtocrypt and libtommath majority of computing for C++ write asymmetric encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:260.54kb
    • 提供者:zhaohang
  1. 大数运算

    0下载:
  2. 理论上支持无限大数的四则运算,使用c++编写。(Theoretically support the infinite number of four operations, the use of c prepared.)
  3. 所属分类:加密解密

« 12 »
搜珍网 www.dssz.com