Re: Requesting comments: SRP based IRC encryption



On 2009-01-27, Björn Edström <be@xxxxxxx> wrote:

Say for the sake of argument we add HMAC-SHA1 or similar.
What do we use as secret key, and how is this key established
among users?

The same way you establish the encryption key. Instead of setting up
a shared 256-bit key fer encryption, you set up a shared 512-bit key
and use half of it for encryption and the other for authentication.
There are other ways to do it, too, but this is the simplest, safest
and most obvious one.

Come on, it's not like *this* is anything people hadn't completely
figured out decades ago.

--
Ilmari Karonen
To reply by e-mail, please replace ".invalid" with ".net" in address.
.



Relevant Pages

  • Re: Requesting comments: SRP based IRC encryption
    ... Say for the sake of argument we add HMAC-SHA1 or similar. ... What do we use as secret key, and how is this key established ... or take Alice message and say it origninated from Bob. ...
    (sci.crypt)
  • Re: TrueCrypt 4.0 Out
    ... >> secret key, then he doesn't have to use disk encryption at all. ... I suspect there are all sorts of ways that chosen-plaintext ... patents, licenses or royalties of any kind. ...
    (sci.crypt)
  • Re: whats the difference between Encryption and Encoding ? or both are same ?
    ... > and decryption use a secret key. ... Another widely used definition is that encoding transforms semantic ... Encryption, on the other hand, transforms individual "characters" ... there are overlaps between the two usages. ...
    (sci.crypt)
  • Re: RC4 broken?
    ... >same secret key, and the method fails if two iterations of RC4 are used. ... Few encryption algorithms have had the intense ...
    (sci.crypt)
  • Re: Universal factoids
    ... >> You could still use encryption to restrict who could actually make use ... You could encrypt with a secret key and distribute that secret key ... and other branding in computer programs. ... decryption secret key. ...
    (comp.lang.java.advocacy)