Re: [Webware-discuss] encryption

2002-04-22 Thread Luke Opperman
> Where do you do the md5 hash: client side or server side? > Do you hash JUST the > password, or other identifying information as well? Server side. > then you're transmitting the actual password in > plaintext, and I don't see > where the hash helps. We rely on SSL for this security. :)

Re: [Webware-discuss] encryption

2002-04-19 Thread Chuck Esterbrook
On Friday 19 April 2002 01:56 pm, Bill Eldridge wrote: > Chuck Esterbrook wrote: > > On Friday 19 April 2002 08:26 am, Geoffrey Talvola wrote: > > > Perhaps Chuck could tackle these items, since he's the > > > most familiar with the exception reporting code, having > > > significantly enhanced it

Re: [Webware-discuss] encryption

2002-04-19 Thread Bill Eldridge
Chuck Esterbrook wrote: > > On Friday 19 April 2002 08:26 am, Geoffrey Talvola wrote: > > Perhaps Chuck could tackle these items, since he's the most > > familiar with the exception reporting code, having significantly > > enhanced it recently. Or at least provide some help on how > > to make the

Re: [Webware-discuss] encryption

2002-04-19 Thread Chuck Esterbrook
On Thursday 18 April 2002 08:46 pm, Luke Opperman wrote: > Passwords: We're using md5 hashes. If a user loses their > password, we generate a new one and ask them to change it > once they login. I think it's Amazon that generates a URL for you instead of a new password. You click on it and set a

Re: [Webware-discuss] encryption

2002-04-19 Thread Chuck Esterbrook
On Friday 19 April 2002 08:26 am, Geoffrey Talvola wrote: > Perhaps Chuck could tackle these items, since he's the most > familiar with the exception reporting code, having significantly > enhanced it recently. Or at least provide some help on how > to make these changes. Ah, the infamous pressur

RE: [Webware-discuss] encryption

2002-04-19 Thread Terrel Shumway
Why not just mail a one line summary of the error, (Exception,line number), with a reference to a secure URI where you can pick up the full gory details? ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/w

RE: [Webware-discuss] encryption

2002-04-19 Thread Geoffrey Talvola
Luke Opperman wrote: > Which leads to a problem: the CC number/info are sent > plaintext in the emails. So, what are you guys doing for > this? Would it be possible to have someway in Webware to > set some form fields that are NOT logged/emailed? Not currently. I'm not really sure how to do it e

Re: [Webware-discuss] encryption

2002-04-19 Thread Bill Eldridge
Luke Opperman wrote: > Which leads to a problem: the CC number/info are sent > plaintext in the emails. So, what are you guys doing for > this? Would it be possible to have someway in Webware to > set some form fields that are NOT logged/emailed? find where it's being mailed. fullmail = self.ful

Re: [Webware-discuss] encryption

2002-04-19 Thread Bill Eldridge
Chuck Esterbrook wrote: > I need to encrypt the passwords and credit card numbers in my database. > Any recommendations on an approach? There's a Python Twofish module that looks simple to use and is rather fast and secure http://sourceforge.net/projects/twofish-py/ There's also Ycrypt, which

Re: [Webware-discuss] encryption

2002-04-18 Thread Aaron Held
- Original Message - From: "Luke Opperman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 11:46 PM Subject: Re: [Webware-discuss] encryption > Passwords: We're using md5 hashes. If a user loses their > password, we generate a new one

Re: [Webware-discuss] encryption

2002-04-18 Thread Luke Opperman
Passwords: We're using md5 hashes. If a user loses their password, we generate a new one and ask them to change it once they login. Credit Cards: PGP pairs. But I've got a question specific to WebWare here: We're in the middle of our first CC site in Webware, and have been logging/emailing error

Re: [Webware-discuss] encryption

2002-04-18 Thread Steve Freitas
> I need to encrypt the passwords and credit card numbers in my database. > Any recommendations on an approach? There's an informative Slashdot thread on the topic of protecting billing information. It probably goes beyond what concerns you, and is more concerned with practices than specific tech

Re: [Webware-discuss] encryption

2002-04-18 Thread Mike Orr
t; To: [EMAIL PROTECTED] > Subject: [Webware-discuss] encryption > > > I need to encrypt the passwords and credit card numbers in my database. > Any recommendations on an approach? If there's any way to store the information behind a firewall, that would be the best. The webs

RE: [Webware-discuss] encryption

2002-04-18 Thread Jim Kraai
f you ever want to tell them what their password _was_. --jim -Original Message- From: Chuck Esterbrook [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 4:20 PM To: [EMAIL PROTECTED] Subject: [Webware-discuss] encryption I need to encrypt the passwords and credit card numbers

[Webware-discuss] encryption

2002-04-18 Thread Chuck Esterbrook
I need to encrypt the passwords and credit card numbers in my database. Any recommendations on an approach? -Chuck ___ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss