On Sun, Apr 01, 2001 at 11:23:24AM +0300, Richard Braakman wrote:
> The random string should be longer, though.

#!/bin/sh
# generate a random token
dd if=/dev/urandom bs=1 count=16 2>&1 | md5sum

-- 
Raul


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to