Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Euler's totient function
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===The RSA cryptosystem=== {{main article|RSA (algorithm)}} Setting up an RSA system involves choosing large prime numbers {{mvar|p}} and {{mvar|q}}, computing {{math|''n'' {{=}} ''pq''}} and {{math|''k'' {{=}} ''Ο''(''n'')}}, and finding two numbers {{mvar|e}} and {{mvar|d}} such that {{math|''ed'' β‘ 1 (mod ''k'')}}. The numbers {{mvar|n}} and {{mvar|e}} (the "encryption key") are released to the public, and {{mvar|d}} (the "decryption key") is kept private. A message, represented by an integer {{mvar|m}}, where {{math|0 < ''m'' < ''n''}}, is encrypted by computing {{math|''S'' {{=}} ''m''<sup>''e''</sup> (mod ''n'')}}. It is decrypted by computing {{math|''t'' {{=}} ''S''<sup>''d''</sup> (mod ''n'')}}. Euler's Theorem can be used to show that if {{math|0 < ''t'' < ''n''}}, then {{math|''t'' {{=}} ''m''}}. The security of an RSA system would be compromised if the number {{mvar|n}} could be efficiently factored or if {{math|''Ο''(''n'')}} could be efficiently computed without factoring {{mvar|n}}.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)