搜索资源列表

  1. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:75776
    • 提供者:何泽荣
  1. 混合密码体制数字签名

    0下载:
  2. JAVA实现的可以采用公钥私钥加密解密程序,包括DES,RAS算法-JAVA the private key can be the public key encryption and decryption procedures, including DES, RAS Algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:12288
    • 提供者:
  1. 公钥加密算法

    0下载:
  2. rsa加密解密是一种公钥加密算法,广泛应用于信息安全领域-rsa encryption and decryption is a public key encryption algorithm widely used in the field of information security
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:8192
    • 提供者:张震
  1. security

    0下载:
  2. 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.
  3. 所属分类:CA认证

    • 发布日期:2024-06-01
    • 文件大小:212992
    • 提供者:雷敏
  1. studentinfo

    0下载:
  2. 学生信息管理系统(JBuilder x 开发,采用RSA 512位公钥加密,私钥用于找回密码,2006-4-5)-student information management system (x JBuilder development, adoption 512 RSA public key encryption, the private key used to retrieve passwords 2006-2007-4- 5)
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-06-01
    • 文件大小:1847296
    • 提供者:zy
  1. RSA_crypt_system

    0下载:
  2. 这个源码是使用JAVA实现公钥密码算法RSA的一个简单示例程序。-this source is the use of JAVA RSA public key cryptography algorithm example of a simple procedure.
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:10240
    • 提供者:张华
  1. DownRSA

    0下载:
  2. RSA加密算法java代码,自动生成公钥和密钥-RSA encryption algorithm java code, automatic generation public key cryptography
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:8192
    • 提供者:sikyZhao
  1. TotalSecurity_src

    0下载:
  2. JAVA实现的RSA公钥加密方法,封装了多种应用-JAVA RSA public key encryption methods, a variety of applications Packaging
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:361472
    • 提供者:HNJ
  1. code

    0下载:
  2. 应用公钥加密体制的代表算法RSA 应用对称加密算法DES 应用散列算法MD5计算消息摘要 数字签名并验证-Application of public key encryption system RSA algorithm application on behalf of a symmetric encryption algorithm MD5 hash algorithm DES application calculated
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:86016
    • 提供者:邓国文
  1. NTRU

    0下载:
  2. NTRU公钥密码算法在Java Card上面的实现,提供了一套用于开发Java Card应用程序的接口,并测试了NTRU公钥密码算法在Java Card上面的性能-NTRU public key cryptographic algorithm in Java Card realize the above, provide a set for the development of Java Card applications interf
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:312320
    • 提供者:王功臣
  1. RSA

    0下载:
  2. :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。-: RSA public key is the most widely algorithm, from the process to achieve the main ideas, algorithms and p
  3. 所属分类:CA认证

    • 发布日期:2024-06-01
    • 文件大小:160768
    • 提供者:王功臣
  1. RSAProject1.3.2

    0下载:
  2. RSA加密算法演示程序.包括公钥与私钥的生成算法.自定义公钥与私钥的长度-RSA encryption algorithm demo program. Including the public key and private key generation algorithm. Since the definition of a public key and private key length
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:210944
    • 提供者:xiaolq
  1. java_encrypt_decrypt

    0下载:
  2. 1、利用公钥密码技术实现对称密码技术密钥的分配; 2、利用所分配的对称密钥对通信内容进行加/解密; -1, the use of public key cryptographic techniques to achieve symmetric cryptography key distribution 2, using the symmetric key by the distribution of the content o
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:17408
    • 提供者:张海滨
  1. RSA

    0下载:
  2. 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
  3. 所属分类:C#编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:laren
  1. test

    0下载:
  2. 1、对称密码技术的实现(单重DES加密/解密); 2、非对称密码技术的实现(RSA,产生公私钥,并利用公钥加密信息,在利用私钥解密);-1, symmetric cryptographic techniques to achieve (single DES encryption/decryption) 2, non-symmetrical cryptographic techniques to achieve (RSA, gene
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:3262464
    • 提供者:liuxiaogang
  1. javacertificationoperations

    0下载:
  2. java公钥加密私钥解密与数字证书的一个例子,很实用的。-java public key encryption and digital certificate private key to decrypt an example, it is practical.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:8192
    • 提供者:lauvenman
  1. SignData

    0下载:
  2. 1、实现集中式对称密钥的分配工作(作为通讯的双方A和B,都已经分别和KDC拥有会话密钥); 2、分布式对称密钥分配(作为通讯的双方A和B已经共享一个会话主密钥); 3、公钥密码技术实现对称密码技术密钥的分配(作为通讯的双方A和B已经拥有对方的公钥);-1, the realization of a centralized allocation of symmetric key (for communication between
  3. 所属分类:网格计算

    • 发布日期:2024-06-01
    • 文件大小:31744
    • 提供者:liu
  1. 27942020javarsa

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encry
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:5120
    • 提供者:易守望
  1. rsa

    0下载:
  2. 用JAVA编写的一个加解密程序,可自动生成公钥、私钥-Prepared using JAVA encryption and decryption of a program that automatically generates a public key, private key
  3. 所属分类:加密解密

    • 发布日期:2024-06-01
    • 文件大小:56320
    • 提供者:ren
  1. 数字签名、数字证书分析与Java实现

    1下载:
  2. 创建数字证书,更新数字证书,RSA私钥签名,公钥解密,验证数字签名,合并图章到另找一张图片(Create CER;Edit CER;RSASignature;Check Signature;Combine Pics)
  3. 所属分类:CA认证

    • 发布日期:2024-06-01
    • 文件大小:2059264
    • 提供者:Fitz
« 12 3 4 »

源码中国 www.ymcn.org