[PHP3] RE: [PHPLIB] Extending user_auth table or creating a new table From: Howard Ha (howardh <email protected>)
Date: 02/29/00

The 32byte long hash is good for security, but what does it matter whether
people know what your uid is? And though nobody has an intention of typing
the uid ever, can you imagine a forum system where your 32byte uid is stored
with the messages? Wouldn't a 300,000 message base with only 15,000 members
then take way more space using the hash as a join parameter? (i think that
works out to be around 9MB of hash storage compared to 1.7MB with regular
autoincrement) I just assumed the space savings and speed would be good.

Howard

> -----Original Message-----
> From: Christoph Aigner [mailto:christoph <email protected>]
> Sent: Monday, February 28, 2000 11:43 PM
> To: Howard Ha
> Subject: Re: [PHPLIB] Extending user_auth table or creating a new table
>
>
>
> the 32 byte long hash value is great, because of security
> reasons. It's much
> harder to guess, than an auto-increment value. So I wouldn't do that.
>
> Why do you care about that size anyway? - You never need to type it!
>
> r. christoph
>

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>