This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.
標(biāo)簽: L. Professor algorithm developed
上傳時間: 2014-12-21
上傳用戶:gonuiln
RSA公開密鑰密碼系統(tǒng)是由R.Rivest,A.Shamir,L.Adleman提出的,不僅僅可用于數(shù)據(jù)的加密,也可用于數(shù)字簽名。本程序提供了RSA加密和解密過程實現(xiàn)的源代碼。
上傳時間: 2014-11-29
上傳用戶:aix008
密碼學(xué)牛人Ron Rivest在 AES conference上的講稿,全面講解了rc6算法的原理,與rc5和aes的比較,rc6本身的效能分析。
標(biāo)簽: conference Rivest Ron AES
上傳時間: 2013-12-17
上傳用戶:kristycreasy
RC4加密算法是大名鼎鼎的RSA三人組中的頭號人物Ron Rivest在1987年設(shè)計的密鑰長度可變的流加密算法簇。
上傳時間: 2016-07-01
上傳用戶:gaome
RC4加密算法是大名鼎鼎的RSA三人組中的頭號人物Ron Rivest在1987年設(shè)計的密鑰長度可變的流加密算法簇。之所以稱其為簇,是由于其核心部分的S-box長度可為任意,但一般為256字節(jié)。該算法的速度可以達(dá)到DES加密的10倍左右。
上傳時間: 2013-12-21
上傳用戶:851197153
RSA算法是在1978年由Ron Rivest, AdiShamir 和Leonard Adleman提出的一種公鑰加密算法。RSA能同時用于加密和數(shù)字簽名的算法,也易于理解和操作。RSA是被廣泛研究的公鑰算法,從提出至今,經(jīng)歷了各種攻擊的考驗,逐漸為人們所接受,被普遍認(rèn)為是目前最優(yōu)秀的公鑰方案之一。
標(biāo)簽: RSA AdiShamir Leonard Adleman
上傳時間: 2016-10-07
上傳用戶:hakim
分組密碼算法,可用于文件加密 該算法是NIST征集AES的最終5個候選算法之一,設(shè)計者是著名的密碼學(xué)家Rivest
上傳時間: 2014-01-06
上傳用戶:cazjing
流密碼算法,可用于文件加密和實時通信 ,設(shè)計者是著名的密碼學(xué)家Rivest.該算法效率遠(yuǎn)高于一般分組密碼,并且很適合用于隨機數(shù)生成
上傳時間: 2016-10-18
上傳用戶:bakdesec
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
標(biāo)簽: crypthograph information Adleman Rivest
上傳時間: 2017-09-01
上傳用戶:chfanjiang
·MIT計算機系的經(jīng)典算法教材。作者Rivest剛剛獲得今年的ACM Turing Award,牛!本書內(nèi)容全面,語言通俗,很適合大家入門。這里給出第2版的英文版。
標(biāo)簽: nbsp Introduction Algorithms to
上傳時間: 2013-07-09
上傳用戶:李夢晗
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1