Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RSA
Search - RSA - List
RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模-RSA, S-DES encryption algorithm, the realization of the encryption and decryption, using addition chains for large numbers of the index and modulus
Update : 2024-04-29 Size : 2048 Publisher : alonealone

Otherrsa
DL : 0
网络安全体制中的RSA算法的一些相关文章-Network security system of the RSA algorithm in a number of related articles
Update : 2024-04-29 Size : 4818944 Publisher :

DL : 0
密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息.-Micronesia chat using 2048bit of RSA data encryption algorithm for data encryption and digital signatures, RSA encryption as a result of a small amount of information requires a large amount of time, suitable for transmission of key or less important and sensitive information and communications. The realization of the news communications security features include 1. authentication, so that the recipient is convinced that the sender is that he or she is the public key corresponding to that person 2. confidentiality, to ensure that only the desired recipient can read the e-mail 3. integrity, to ensure that information during transmission has not been altered 4. confirm the news arrived, the author confirmed that the recipient received the message.
Update : 2024-04-29 Size : 101376 Publisher : ivan

DL : 0
这个rsa算法是在vc环境下实现,用mfc做了界面,从功能到外观都想当不错-Rsa algorithm is in this environment to achieve vc with mfc done interface, from the functional to the appearance of all want to be good
Update : 2024-04-29 Size : 1972224 Publisher : jepring

DL : 0
RSA做的加密BMP的程序。本来RSA不是做这个的,但是作业要求用RSA就这么做了。-BMP do RSA encryption procedure. RSA had not done this, but the operational requirements on the use of RSA did.
Update : 2024-04-29 Size : 33792 Publisher : Rex

DL : 0
用于RSA加密的汇编语言源代码,只能对数值进行加密-RSA encryption for the assembly language source code, can only be encrypted numerical
Update : 2024-04-29 Size : 3072 Publisher : 许啦咪

DL : 0
实现RSA公钥算法,1978年就出现了这种算法,它是第一个既能用于数据加密也能用于数字签名的算法。 它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。-The realization of RSA public key algorithm, in 1978 appeared in the algorithm, it is the first not only for data encryption can be used for digital signature algorithms. It is easy to understand and operate, but also very popular. Algorithm s name to the name of the inventor: Ron Rivest, AdiShamir and Leonard Adleman. However, the security of RSA has not been proved theoretically.
Update : 2024-04-29 Size : 4096 Publisher : lin

DL : 0
rsa加密解密代码,简单的界面,详细的注释不错的说-rsa encryption and decryption code, simple interface and detailed notes that good
Update : 2024-04-29 Size : 54272 Publisher :

DL : 0
基于rsa算法实现的用两个质数进行数据加密的算法,可靠度非常高,为vc++6.0工程-Rsa algorithm based on the use of two prime number for data encryption algorithm, reliability is very high, for vc++ 6.0 works
Update : 2024-04-29 Size : 28672 Publisher : 介宇

DL : 0
整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。 -The overall outlook createkey.java document used to generate secret keys, used to achieve jiami.java file encryption, used to achieve jiemi.java documents declassified by BigInteger.java to achieve expression of large numbers and calculations, using rsa.java to achieve front-end graphical interface display. Related functions, see the five concrete realization of the document.
Update : 2024-04-29 Size : 490496 Publisher : dufeilong

DL : 0
RSA算法的加解密模拟程序,实现对不用文件的模拟操作-RSA encryption and decryption algorithm simulation procedures do not document the realization of simulated operation
Update : 2024-04-29 Size : 35840 Publisher : sjxyx

DL : 0
RSA数据加密源码,有兴趣下来-RSA data encryption source code, are interested in down
Update : 2024-04-29 Size : 20480 Publisher : cai

DL : 0
RSA加密程序,实现了大数类和大数运算,985高校的《计算机网络》课程设计,功能完整,注释丰富,没有BUG-RSA encryption process, and realize the large numbers of large numbers type of computation, 985 colleges and universities Computer Network curriculum design, functional integrity, and the Notes rich, there is no BUG
Update : 2024-04-29 Size : 18432 Publisher : ZLC

DL : 1
用java写的RSA加密解密程序,支持数字签名验证和分段加密,有友好的图形界面。-Using java to write the RSA encryption and decryption procedures, support for digital signature verification and sub-encryption, has a friendly graphical interface.
Update : 2024-04-29 Size : 5120 Publisher : 羊毛

DL : 0
rsa算法C语言实现,自己编的,希望对大家有借鉴.-rsa algorithm C language, own, and I hope everyone has to learn from.
Update : 2024-04-29 Size : 206848 Publisher : 幸福

CA authrsa
DL : 0
RSA算法C++实现,实现RSA算法,密码强度1024 -RSA algorithm C++ Realize, realize RSA algorithm, the password strength of 1024
Update : 2024-04-29 Size : 883712 Publisher : G

DL : 0
RSA算法C++程序,采用了openssl-RSA algorithm for C program using the openssl
Update : 2024-04-29 Size : 1865728 Publisher : dream

DL : 0
实现了密码学中的RSA算法,挺难的,是同学帮忙做的-Achieved in the RSA cryptography algorithm, hard is to help students make the
Update : 2024-04-29 Size : 6144 Publisher : 游云

DL : 0
本文档包含RSA加密解密的说明及源代码,经过调试可以运行-This document contains description of RSA encryption and decryption, and source code, can run through debugging
Update : 2024-04-29 Size : 645120 Publisher : 赵斌

DL : 0
rsa加密算法 给你们隆重介绍一下 需要的可以下一下-rsa encryption algorithm to you about the needs of a grand introduction to the next click
Update : 2024-04-29 Size : 1024 Publisher : chenyi
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.