Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: random string

From: john_kenyon:mlc:au at: 11-Apr-2002 11:02

Joel, Cyphre and Andrew, Thanks for your replies. I am using this random string as a salt for an sha password created using checksum/secure. This is the password format used by the Netscape LDAP server (and possibly others) hence the 8 characters. I am not sure on the limits of the ascii characters allowed by the LDAP server so I choose a fairly conservative collection of chars. Rebol makes a great tool for creating and parsing LDIF files. It will be nice when command supports LDAP too. Cheers, John