-
-
-
-
RSA.zip
RSA算法的简单理解,极其简单,用来学习的,没有实用性。
-
RSA.zip
very usefull code regarding the rsa algorithm in image processing.
-
rsa.zip
RSA - remote start application (use TCP). Samle source.
-
-
-
rsa.zip
通过C语言编程,设计一个C语言关于RSA非对称算法的程序。
-
RSA.rar
RSA Algorithm in Cryptography Algorithms
-
rsa.rar
RSA 金鑰
用以下的方式來產生一個公開金鑰和一個私密金鑰:
1. 隨機選擇兩個的質數p和q,p不等於q,計算N=p*q。
2. 選擇一個整數e,e與(p-1)*(q-1)互質,並且e小於(p-1)*(q-1) 。
3. 求一個值 d,d<(p-1)*(q-1),且(d*e)除以((p-1)*(q-1)) 的結果,其餘數為 1。
4. 將p和q的記錄銷毀。
-