Click here to Skip to main content
15,901,426 members

Comments by Member 10884701 (Top 2 by date)

Member 10884701 2-Dec-14 15:58pm View    
Thank you for your reply, I thought I was sending the question to the author, anyway I hope you guys could help me, I am really stuck and do not know what to do?

Thanks again.
Member 10884701 2-Dec-14 15:54pm View    
Hello,

Thanks for the quick reply, you know the original RSA steps are as follows;
1. select 2 primes (p,q)
2. compute n= p.q
3. compute phi(n)= (p-1)(q-1)
4. choose e: 1< e <phi(n)>
5. d *e= 1*mod (Phi (n))

But in my project I need to use the modified RSA, How can I do the second step which is calculating Z1 and Z2 equations instead of (n).

The link to the Image cryptography is:
http://www.codeproject.com/Articles/723175/Image-Cryptography-using-RSA-Algorithm-in-Csharp

Many thanks.