#11565: RSA Cryptosystem
-----------------------------+----------------------------------------------
Reporter: ajeeshr | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.7.2
Component: PLEASE CHANGE | Keywords: RSA, crypto, public key
encryption
Work_issues: | Upstream: N/A
Reviewer: | Author: ajeesh r
Merged: | Dependencies:
-----------------------------+----------------------------------------------
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.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11565>
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.