Build Path issue - unbound Wonder frameworks

2015-11-04 Thread Klaus Berkling
I’m warming up my WO development environment after a year or so. I still have a working Eclipse 3.8/Java 1.6 installation. I’m using Mars release of Eclipse WOLips 4.4 Wonder 7 frameworks are installed

Re: Secure storage of passwords or credit card data

2015-11-04 Thread Ray Kiddy
On Wed, 04 Nov 2015 10:40:49 +0100 Markus Ruggiero wrote: > Folks, > > another quick question: what are you using for secure storage of > passowords and credit card data in a Wonder app? Is there anything in > Wonder (probably there is, but it is not always easy to find things), > or are you usi

Re: Secure storage of passwords or credit card data

2015-11-04 Thread Dennis Bliefernicht
Hi, > On 04 Nov 2015, at 10:40, Markus Ruggiero wrote: > > another quick question: what are you using for secure storage of passowords > and credit card data in a Wonder app? Is there anything in Wonder (probably > there is, but it is not always easy to find things), or are you using other >

Re: Secure storage of passwords or credit card data

2015-11-04 Thread Fabian Peters
Hi Markus, To generate password hashes, there's er.extensions.crypting.Bcrypt. IMHO you shouldn't have to store credit card data these days, unless you work on a payment service provider system. Seamless integration is possible and payment service providers can also store customers' card data f

Secure storage of passwords or credit card data

2015-11-04 Thread Markus Ruggiero
Folks, another quick question: what are you using for secure storage of passowords and credit card data in a Wonder app? Is there anything in Wonder (probably there is, but it is not always easy to find things), or are you using other things/libs/code? Any code examples? Thanks for any hint /