POV-Ray : Newsgroups : povray.off-topic : Password difficulty : Re: Password difficulty Server Time
29 Jul 2024 20:23:26 EDT (-0400)
  Re: Password difficulty  
From: Darren New
Date: 17 Aug 2011 16:37:21
Message: <4e4c2681$1@news.povray.org>
On 8/17/2011 13:18, Warp wrote:
>    For a very long time unixes used only 8 character passwords at most.

The way you do a cryptographic hash is to take a symmetric key algorithm and 
use the password as the key and encrypt a constant. The result is a hash. 
(Of course, there are other ways, but given (say) DES, this is a way to use 
DES as a hash.)

The original unix cyrpt (and later DES) were used this way to generate 
password hashes, and that's the reason UNIX tossed more than 8 characters.

Just for general edification. :-)

-- 
Darren New, San Diego CA, USA (PST)
   How come I never get only one kudo?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.