<<O>>  Difference Topic RSAEncryption (r1.8 - 10 Mar 2006 - JoeHolt)

META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender. It is necessary to understand modular arithmetic in order to fully understand RSA encryption.
Line: 10 to 10

  1. I read the letter inside.
Note that no one along the way could intercept the letter and read it, because no one else but me has the combination to open the safe and get to the letter.
Changed:
<
<
With Public Key encryption, everyone has access to one of my unopened safes (the public key). I make the public key available: you can download it from my website, I can send it to you in an unsecure email, whatever. You use the public key to encrypt the message. Only I have the private key that can be used to decrypt the message.
>
>
With Public Key encryption, everyone has access to one of my unlocked safes (the public key). I make the public key available: you can download it from my website, I can send it to you in an unsecure email, I can paint it on a billboard, whatever. Anyone can use the public key to encrypt the message. Only I have the private key that can be used to decrypt the message.

Changed:
<
<
It's asymetrical. You only have the encryption key (the public key), but I have the decryption key as well (the private key). What's magical about the keys is that they share mathematical properties that make them work together but extremely hard to figure out the private key from the public key.
>
>
It's asymetrical. Others have the encryption key (the public key), but only I have the decryption key as well (the private key). What's magical about the keys is that they share mathematical properties that make them work together but extremely hard to figure out the private key from the public key.

META FILEATTACHMENT Public-keycryptography.rtf attr="" comment="An outline for a presentation I delivered last spring for Glen van Brummelen's Abstract Algebra class" date="1142018249" path="Public-key cryptography.rtf" size="16369" user="EbenPackwood" version="1.1"
META FILEATTACHMENT Public-keycryptographyhandout attr="" comment="A simplified example of RSA encryption" date="1142018352" path="Public-key cryptography handout" size="26112" user="EbenPackwood" version="1.1"
 <<O>>  Difference Topic RSAEncryption (r1.7 - 10 Mar 2006 - JoeHolt)

META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender. It is necessary to understand modular arithmetic in order to fully understand RSA encryption.
Line: 10 to 10

  1. I read the letter inside.
Note that no one along the way could intercept the letter and read it, because no one else but me has the combination to open the safe and get to the letter.
Changed:
<
<
With Public Key encryption, everyone has access to an unopened safe (the public key). I make the public key available: you can download it from my website, I can send it to you in an unsecure email, whatever. You use the public key to encrypt the message. Only I have the private key that can be used to decrypt the message.
>
>
With Public Key encryption, everyone has access to one of my unopened safes (the public key). I make the public key available: you can download it from my website, I can send it to you in an unsecure email, whatever. You use the public key to encrypt the message. Only I have the private key that can be used to decrypt the message.

It's asymetrical. You only have the encryption key (the public key), but I have the decryption key as well (the private key). What's magical about the keys is that they share mathematical properties that make them work together but extremely hard to figure out the private key from the public key.

 <<O>>  Difference Topic RSAEncryption (r1.6 - 10 Mar 2006 - JoeHolt)

META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender. It is necessary to understand modular arithmetic in order to fully understand RSA encryption.
Added:
>
>
Joe says: Asymetrical. Right. That's what I was trying to think of in class. The analogy is this: I want you to send me a secure letter.
  1. I send you an unlocked safe.
  2. You put the letter in the safe and lock it. You don't have the combination.
  3. You send the safe to me.
  4. I get the safe and open it, since I have the combination.
  5. I read the letter inside.
Note that no one along the way could intercept the letter and read it, because no one else but me has the combination to open the safe and get to the letter.

With Public Key encryption, everyone has access to an unopened safe (the public key). I make the public key available: you can download it from my website, I can send it to you in an unsecure email, whatever. You use the public key to encrypt the message. Only I have the private key that can be used to decrypt the message.

It's asymetrical. You only have the encryption key (the public key), but I have the decryption key as well (the private key). What's magical about the keys is that they share mathematical properties that make them work together but extremely hard to figure out the private key from the public key.


META FILEATTACHMENT Public-keycryptography.rtf attr="" comment="An outline for a presentation I delivered last spring for Glen van Brummelen's Abstract Algebra class" date="1142018249" path="Public-key cryptography.rtf" size="16369" user="EbenPackwood" version="1.1"
META FILEATTACHMENT Public-keycryptographyhandout attr="" comment="A simplified example of RSA encryption" date="1142018352" path="Public-key cryptography handout" size="26112" user="EbenPackwood" version="1.1"
 <<O>>  Difference Topic RSAEncryption (r1.5 - 10 Mar 2006 - EbenPackwood)

META TOPICPARENT CodingLikeYouMeanIt
Changed:
<
<
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender.
>
>
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender. It is necessary to understand modular arithmetic in order to fully understand RSA encryption.

META FILEATTACHMENT Public-keycryptography.rtf attr="" comment="An outline for a presentation I delivered last spring for Glen van Brummelen's Abstract Algebra class" date="1142018249" path="Public-key cryptography.rtf" size="16369" user="EbenPackwood" version="1.1"
META FILEATTACHMENT Public-keycryptographyhandout attr="" comment="A simplified example of RSA encryption" date="1142018352" path="Public-key cryptography handout" size="26112" user="EbenPackwood" version="1.1"
 <<O>>  Difference Topic RSAEncryption (r1.4 - 10 Mar 2006 - EbenPackwood)

META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender.

META FILEATTACHMENT Public-keycryptography.rtf attr="" comment="An outline for a presentation I delivered last spring for Glen van Brummelen's Abstract Algebra class" date="1142018249" path="Public-key cryptography.rtf" size="16369" user="EbenPackwood" version="1.1"
Changed:
<
<
META FILEATTACHMENT Public-keycryptographyhandout attr="" comment="A simplified example of RSA encryption" date="1142018305" path="Public-key cryptography handout" size="26112" user="EbenPackwood" version="1.1"
>
>
META FILEATTACHMENT Public-keycryptographyhandout attr="" comment="A simplified example of RSA encryption" date="1142018352" path="Public-key cryptography handout" size="26112" user="EbenPackwood" version="1.1"
 <<O>>  Difference Topic RSAEncryption (r1.3 - 10 Mar 2006 - EbenPackwood)

META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender.

META FILEATTACHMENT Public-keycryptography.rtf attr="" comment="An outline for a presentation I delivered last spring for Glen van Brummelen's Abstract Algebra class" date="1142018249" path="Public-key cryptography.rtf" size="16369" user="EbenPackwood" version="1.1"
Added:
>
>
META FILEATTACHMENT Public-keycryptographyhandout attr="" comment="A simplified example of RSA encryption" date="1142018305" path="Public-key cryptography handout" size="26112" user="EbenPackwood" version="1.1"
 <<O>>  Difference Topic RSAEncryption (r1.2 - 10 Mar 2006 - EbenPackwood)

META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender.
Added:
>
>
META FILEATTACHMENT Public-keycryptography.rtf attr="" comment="An outline for a presentation I delivered last spring for Glen van Brummelen's Abstract Algebra class" date="1142018249" path="Public-key cryptography.rtf" size="16369" user="EbenPackwood" version="1.1"
 <<O>>  Difference Topic RSAEncryption (r1.1 - 10 Mar 2006 - EbenPackwood)
Line: 1 to 1
Added:
>
>
META TOPICPARENT CodingLikeYouMeanIt
RSA is a method of public-key encryption suitable for both document or file sender-authentication and file or information encrytion. This is an example of asymmetrical encrytion, where the receiver of an encypted message necesarily posseses more information regarding the encryption key than does the sender.
View topic | Diffs | r1.8 | > | r1.7 | > | r1.6 | More
Revision r1.1 - 10 Mar 2006 - 14:16 - EbenPackwood
Revision r1.8 - 10 Mar 2006 - 16:22 - JoeHolt