Re: Re[2]: encryption algs

From: Kevin Conaway (kevin.conaway_at_gmail.com)
Date: 01/31/05

  • Next message: Depp, Dennis M.: "RE: RPC over HTTP security"
    Date: Mon, 31 Jan 2005 09:06:52 -0500
    To: security-basics@securityfocus.com
    
    

    If you look at the manpage for crypt():
    http://www.rt.com/man/crypt.3.html

    It shows that crypt() takes the lower 7 bits of the plaintext to
    produce a 56bit key. This produces the "13-letters state" as you put
    it. So as far as taking the output from a normal implementation of
    DES and transforming it an output like that of crypt(), I'm not sure
    its possible. I think you would need to have the plaintext.

    Is this what you were looking for?

    Kevin

    On Fri, 28 Jan 2005 13:41:33 +0300, BoI base <postbase@mail.ru> wrote:
    > Hello Ghaith,
    > Friday, January 28, 2005, 12:42:53 PM, you wrote:
    >
    > You said, that MD5 has 2 different implementations: NT-MD5 and UNIX-MD5?
    > Maybe there is no difference in 2 algorithms before fixed point
    > (before output)?
    >
    > GN> Sorry, I didn't get your second question.
    >
    > By FIPS-46-3 we have, that result of DES function is 64-bit array. But
    > using unix crypt(3) function (implementation of the same DES algorithm) has
    > 13*8=104-bit result (for example, hash: VF6NabIjwyOI2). I have code
    > for 64-bit DES result. But I need code for receiving 104-bit DES
    > result (unix crypt(3)).
    >
    >
    > --
    > Best regards, Xanders mailto:postbase@mail.ru
    >
    >


  • Next message: Depp, Dennis M.: "RE: RPC over HTTP security"

    Relevant Pages

    • Re: Re[4]: encryption algs
      ... It takes a two character salt and a plaintext. ... The digest that crypt() returns consists of the salt appended with the ... > KC> DES and transforming it an output like that of crypt, ...
      (Security-Basics)
    • Re[4]: encryption algs
      ... KC> It shows that crypttakes the lower 7 bits of the plaintext to ... KC> DES and transforming it an output like that of crypt(), ... For example, maybe encryption string looks ...
      (Security-Basics)
    • Re: Problem sasl2-sql.
      ... plaintext is a default if not set nothing about ... crypt (for md5 and blowfish) ... crypt_trad ...
      (Debian-User)
    • Re: satisfying pw_encrypt during linking
      ... The manpage for pw_encrpytshould mention the library to use. ... Eg., my crypt() manpage says: ... "Ancient versions of the Julianne F. Haugh shadow package replaced ... you have source code that is looking for pw_encrypt. ...
      (comp.os.linux.security)
    • Re: satisfying pw_encrypt during linking
      ... The manpage for pw_encrpytshould mention the library to use. ... Eg., my crypt() manpage says: ...
      (comp.os.linux.security)