Re: Language independant public key

From: Barry Margolin (barry.margolin_at_level3.com)
Date: 06/27/03

  • Next message: Barry Margolin: "Re: Opinions on the following articles?"
    Date: Fri, 27 Jun 2003 16:27:17 GMT
    
    

    In article <bce50403.0306250525.2b44255a@posting.google.com>,
    Sean <seancloutier@yahoo.com> wrote:
    >And no, we are not using a symmetric algorithm (like you've listed
    >above), we are using an asymmetric algorithm (sometimes referred to as
    >public-key).

    Public-key algorithms are rarely used for encrypting the data stream.
    They're almost always used just to implement a key exchange mechanism.
    This is used to agree on a key that's used with a symmetric algorithm to
    encrypt the real data.

    -- 
    Barry Margolin, barry.margolin@level3.com
    Level(3), Woburn, MA
    *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
    Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
    

  • Next message: Barry Margolin: "Re: Opinions on the following articles?"

    Relevant Pages

    • Re: Persistent keys
      ... (typically by encrypting them with an asymmetric public key). ... > Is it true that persistent keys are only supported with the .net RSA ... > if it turns out I could use a symmetric algorithm) and have the CSP save it ...
      (microsoft.public.dotnet.security)
    • Re: RSACryptoServiceProvider - length of data
      ... RSA is normally not used to encypt bulk data. ... with a symmetric algorithm and the symmetric key ... > I am encrypting a small XML dataset using RSACryptoServiceProvider but I ...
      (microsoft.public.dotnet.security)