develooper Front page | perl.beginners | Postings from March 2002

Re: Creating a Unique Key

Thread Previous | Thread Next
From:
Chas Owens
Date:
March 28, 2002 11:43
Subject:
Re: Creating a Unique Key
Message ID:
1017344369.2178.43.camel@tert.icallinc.com
uuidgen can create a nearly 100% unique key, but if the attackers has
access to the machine it was generated on and knowledge of the
approximate time the key was generated then it is fairly easy to
guess/reverse engineer the key.  You may want to look into using a very
large prime number or some such.  Probably the best thing to do would be
to generate a key pair using ssh2-keygen.

On Thu, 2002-03-28 at 14:30, Gregory Matthews wrote:
> What is the best way to create a unique, almost impossible to guess,
> KEY, i.e., ftu880oli88UI8flpq, which can in turn be used as part of a
> security string, i.e., username: ftu880oli88UI8flpq ?
>  
> Thanks in advance.
>  
> Gregory
-- 
Today is Boomtime the 14th day of Discord in the YOLD 3168


Missile Address: 33:48:3.521N  84:23:34.786W


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About