![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRSA decryption exponent d (c++)
From: TJakobsen <TJakobsenDK@gmail.com>
Date: Fri Mar 31 2006 - 09:37:07 CEST
Hello all...
I am working on a small RSA encryption/decryption program in a school
d = e^-1 (mod phi(n))
As far as I have been able to find out this means that
d mod phi(n) = e^-1 mod phi(n)
But as im not that experienced in advanced mathematics i don't really
Anyway can anyone explain to me how i calculate d using c++ code or
I have used the following numbers:
p = 37
thx in advance :)
TJakobsen
|