#11565: RSA Cryptosystem
----------------------------+-----------------------------------------------
   Reporter:  ajeeshr       |          Owner:  mvngu                            
 
       Type:  enhancement   |         Status:  new                              
 
   Priority:  major         |      Milestone:  sage-4.7.1                       
 
  Component:  cryptography  |       Keywords:  RSA, crypto, public key 
encryption
Work_issues:                |       Upstream:  N/A                              
 
   Reviewer:                |         Author:  ajeesh r                         
 
     Merged:                |   Dependencies:                                   
 
----------------------------+-----------------------------------------------
Changes (by ajeeshr):

  * milestone:  sage-4.7.2 => sage-4.7.1


Old description:

> The Rivest-Shamir-Adleman (RSA) scheme has since that time reigned
> supreme as the most widely accepted and implemented general-purpose
> approach to public-key encryption. Generate a pair of public/private
> keys. Use the public key to encrypt a plaintext. Then decrypt the
> resulting ciphertext using the private key. Finally, compare the
> decrypted message with the original plaintext. This is based on the
> thesis by Minh Van Nguyen about number theory and RSA encryption
> algorithm. i didnt know how secure it was, so I would like to share this
> contribution with all of you.

New description:

 The Rivest, Shamir and Adleman encryption system is a widely accepted
 public key encryption scheme. This was based on the thesis published by
 minh nguyen about Number theory. The security depends on factoring
 mersenne primes.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11565#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to