Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-08 Thread Hans Bakker
s our issue of moving > > users (50,000+) to a new system. > > > > Is this correct, or are you suggesting the changes you outlined would also > > work with existing encrypted pw's from osCommerce. > > > > Vince Clark > > Global Era > > The Fre

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-06 Thread Walter Vaughan
Skip wrote: Hans Is the C source available? If so, it should be easily translatable. Y'all are making this harder than it is. Read the source... http://www.webwolf.co.za/osc_xref/catalog/includes/functions/password_funcs.php.source.html#l33

RE: Using OSCommerce Encrypted Password in OfBiz

2007-11-06 Thread Skip
Hans Is the C source available? If so, it should be easily translatable. Skip -Original Message- From: Hans Bakker [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 7:02 PM To: user@ofbiz.apache.org Subject: Re: Using OSCommerce Encrypted Password in OfBiz Jonathon, As far

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-06 Thread Michael Jensen
ucture, so that you can plug-in any custom >>> methods for password handling. >>> >>> Yes, it is possible to use the same salt and same hashes in OFBiz. Just >>> make sure you plug-in the password handling algo that is also used in >>> osCommerce. >>

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-06 Thread Hans Bakker
s our issue of moving > > users (50,000+) to a new system. > > > > Is this correct, or are you suggesting the changes you outlined would also > > work with existing encrypted pw's from osCommerce. > > > > Vince Clark > > Global Era > > The Fre

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-05 Thread Jonathon -- Improov
(303) 493-6723 ----- Original Message ----- From: "Jonathon -- Improov" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Thursday, November 1, 2007 9:19:10 PM (GMT-0700) America/Denver Subject: Re: Using OSCommerce Encrypted Password in OfBiz Vince, You could refactor the

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-05 Thread David E Jones
On Nov 5, 2007, at 12:05 PM, Vince M. Clark wrote: Jonathon, thanks for your reply. This is consistent with what Hans has told me. We would need to plug in the osCommerce C library if we want to use existing osCommerce pw's. David - I think your recommendation doesn't take this into cons

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-05 Thread Vince M. Clark
merica/Denver Subject: Re: Using OSCommerce Encrypted Password in OfBiz I know this is a left handed way to accomplish this. If you have a one time service that send emails with a new temporary password then have the update their password as a security measure you might save your self a lot of

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-05 Thread BJ Freeman
ince Clark > Global Era > The Freedom of Open Source > [EMAIL PROTECTED] > (303) 493-6723 > > - Original Message - > From: "Jonathon -- Improov" <[EMAIL PROTECTED]> > To: user@ofbiz.apache.org > Sent: Thursday, November 1, 2007 9:19:10 PM (G

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-05 Thread Vince M. Clark
493-6723 - Original Message - From: "Jonathon -- Improov" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Thursday, November 1, 2007 9:19:10 PM (GMT-0700) America/Denver Subject: Re: Using OSCommerce Encrypted Password in OfBiz Vince, You could refactor the

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread Jonathon -- Improov
gh) Jacques - Message d'origine - De : "Vince M. Clark" <[EMAIL PROTECTED]> À : "user" Envoyé : jeudi 1 novembre 2007 14:57 Objet : Fwd: Using OSCommerce Encrypted Password in OfBiz Originally posted on dev. Follow up question to Joel's

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread David E Jones
ECTED]> To: user@ofbiz.apache.org Sent: Thursday, November 1, 2007 9:58:00 AM (GMT-0700) America/Denver Subject: Re: Using OSCommerce Encrypted Password in OfBiz Check the length of the password hash in osCommerce. It could be 35 characters, 2 characters longer than MD5's 32 (with a &qu

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread Vince M. Clark
Message - From: "Jonathon -- Improov" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Thursday, November 1, 2007 9:58:00 AM (GMT-0700) America/Denver Subject: Re: Using OSCommerce Encrypted Password in OfBiz Check the length of the password hash in osCommerce

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread Vince M. Clark
2007 9:58:00 AM (GMT-0700) America/Denver Subject: Re: Using OSCommerce Encrypted Password in OfBiz Check the length of the password hash in osCommerce. It could be 35 characters, 2 characters longer than MD5's 32 (with a ":" in between). Next, look into osCommerce passw

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread Jonathon -- Improov
ine - De : "Vince M. Clark" <[EMAIL PROTECTED]> À : "user" Envoyé : jeudi 1 novembre 2007 14:57 Objet : Fwd: Using OSCommerce Encrypted Password in OfBiz Originally posted on dev. Follow up question to Joel's original post. Do any of you security or encry

Re: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread Jacques Le Roux
[EMAIL PROTECTED]> À : "user" Envoyé : jeudi 1 novembre 2007 14:57 Objet : Fwd: Using OSCommerce Encrypted Password in OfBiz > Originally posted on dev. > > Follow up question to Joel's original post. Do any of you security or > encryption gurus out there know if pw'

Fwd: Using OSCommerce Encrypted Password in OfBiz

2007-11-01 Thread Vince M. Clark
y, November 1, 2007 12:46:42 AM (GMT-0700) America/Chihuahua Subject: Re: Using OSCommerce Encrypted Password in OfBiz Please use user ML for such questions http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists Check password.encrypt.hash.type in security.properties, it's SHA by default