[nlug] Re: PHP help?

2009-11-11 Thread Dave Manginelli
According to this RFC: http://www.faqs.org/rfcs/rfc3548.html base 16 encoding is synonymous with plain old ASCII hex digits (makes sense!). It seems to me you should be able to use any number to hex character conversion function available in PHP--but I am neither a PHP or SHA expert... On Wed,

[nlug] Re: PHP help?

2009-11-11 Thread Don Delp
On Wed, Nov 11, 2009 at 7:28 AM, andrew mcelroy wrote: > > > On Wed, Nov 11, 2009 at 5:46 AM, Chris McQuistion > wrote: >> >> Anyone out there know how to change the following part of a PHP script so >> it is creating SHA base16 passwords, instead of SHA base64? >> Chris >> >> /** >> * Calculate

[nlug] Re: PHP help?

2009-11-11 Thread andrew mcelroy
On Wed, Nov 11, 2009 at 5:46 AM, Chris McQuistion wrote: > Anyone out there know how to change the following part of a PHP script so > it is creating SHA base16 passwords, instead of SHA base64? > > Chris > > /** > * Calculates SHA password. > * > * @access private > * @return string SHA passw