CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa

搜索资源列表

  1. RSA

    0下载:
  2. RSA加密解密可以实现对(.text)的加密解密,可以看到生成公密钥-RSA encryption and decryption can be achieved, you can see the generated public key (. Text) encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:97407
    • 提供者:peter
  1. rsa

    0下载:
  2. java非对称加密RSA的工具类及其源代码-rsa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:456561
    • 提供者:qian
  1. rsa

    0下载:
  2. 这是模拟实现RSA加密解密算法的一个程序,其中还有用RSA进行数字签名和验证签名等内容-This is a program analog to achieve RSA encryption and decryption algorithm, which also use RSA digital signatures and verify the signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:1500
    • 提供者:唐风
  1. RSA-SecretSharingScheme

    0下载:
  2. 于RsA密码体制,提出了一个新的(f,,1)门限秘密共享方案。在该方案中,秘密份额由各参与者自己 选择,秘密分发者不知道每个参与者所持有的份额,而且秘密份额长度与秘密长度相同。在秘密恢复过程中,每 个参与者能够验证其他参与者是否进行了欺骗。每个参与者只需维护一个秘密份额,就可以实现对多个秘密的共 享。方案的安全性是基于RSA密码体制和Shamir的(‘n)门限秘密共享方案的安全性。-Abstract:A new(f,n)thresh01d secret sharing scheme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:361716
    • 提供者:徐晓刚
  1. photo-rsa-enadecryption

    0下载:
  2. 利用rsa算法实现的对bmp格式的图片进行加密和解密的源代码-The source code for encryption and decryption using rsa algorithm of bmp format images
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:1615
    • 提供者:baozi
  1. rsa

    0下载:
  2. 简单方便的RSA的c语言实现,不使用库函数,适用于实验报告提交-a easy way of rsa
  3. 所属分类:CA program

    • 发布日期:2017-11-28
    • 文件大小:589
    • 提供者:王健
  1. RSA

    0下载:
  2. RSA數位簽章加解密程式, 可自行更改訊息M用以產生簽章S-RSA digital signature encryption and decryption program can make changes to the message M to generate the signature S
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:559
    • 提供者:ASO
  1. RSA-encryption-algorithm-

    0下载:
  2. RSA加密解密算法的介绍以及C#的具体实现-The introduction of the RSA encryption algorithm as well as the concrete implementation of the C#
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:156096
    • 提供者:lizheng
  1. RSA

    1下载:
  2. RSA 数字签名的基本思想 RSA数字签名的安全性依赖于大数分解的困难性。 1、参数与密钥生成 首先选取两个大素数p和q,计算 n=pq 其欧拉函数值 (p-1)*(q-1) 然后选取随机整数e,满足 gcd(e,(p-1)*(q-1)))=1 并计算 d=e^-1 mod((p-1)*(q-1)) 则公钥为(e,n),私钥为d;p,q是秘密参数,需要保密。如不需要 保存,计算出e,d后可销毁。 2、签名算法 设
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-12-12
    • 文件大小:1024
    • 提供者:zzq
  1. RSA

    0下载:
  2. 用RSA算法实现对字符串的加密及解密。其中质数p q以及私钥都可以自行设定。-String encryption and decryption using the RSA algorithm. Primes pq, and the private key can set their own.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:754010
    • 提供者:WalyLing
  1. RSA

    0下载:
  2. RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:154361
    • 提供者:赖晓松
  1. RSA

    0下载:
  2. // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-10-31
    • 文件大小:1437351
    • 提供者:宋向阳
  1. RSA

    0下载:
  2. JAVA语言编写 RSA加密解密算法 内含有实验报告和测试文档-RSA encryption and decryption algorithms JAVA language lab reports and test document contains
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:137741
    • 提供者:123456
  1. RSA

    0下载:
  2. 这是程序用于实现RSA算法。是将别人的代码下载后修改得出。望参考。-This is the program used to implement the RSA algorithm. Is other people s code download that change. Hope reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:276363
    • 提供者:邓扬
  1. post-qq-rsa

    0下载:
  2. 使用rsa 加密算法 加密post时填写的qq密码 实现qq号的post注册-Qq qq number post registered password fill rsa encryption algorithm encryption post
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-07
    • 文件大小:15326
    • 提供者:哈哈
  1. RSA

    0下载:
  2. programme qui decrit l algorithme de chiffremment RSA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:519695
    • 提供者:deka
  1. RSA

    0下载:
  2. SRSA is rsa for short
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:1282
    • 提供者:胡夜泊
  1. RSA

    0下载:
  2. RSA算法介绍与流程图绘制,主要利用viso画图展现RSA的计算流程!-RSA algorithm introduced flowcharting main viso drawing show RSA computing processes!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:218112
    • 提供者:zhujun
  1. RSA

    0下载:
  2. rsa算法的VC++实现。界面很清楚,使用起来很方便。-RSA algorithm implementation of VC++. The interface is very clear, very easy to use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:2119607
    • 提供者:江亭
  1. RSA

    0下载:
  2. 详细完整的Rsa加密算法描述 信息安全编程知识-Rsa encryption algorithm information security programming knowledge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:7804
    • 提供者:王海彬
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com