Forgot your password?

typodupeerror
Android

Google Wallet Stores Card Data In Plain Text->

Submitted by nut
nut writes "The much-hyped payment application from Google on Android has been examined by viaForensics and appears to store some cardholder data in plaintext. Google wallet is the first real payment system to use NFC on Android. Version 2 of the PCI DSS (the current standard) mandates the encryption of transmitted cardholder data encourages strong encryption for its storage. viaForensics suggest that the data stored in plain text might be sufficient to allow social engineering to obtain a credit card number."
Link to Original Source

Comment: Nucleic DNA is not the whole story (Score 4, Interesting) 302

by nut (#38284046) Attached to: Russian Scientists Say They'll Clone a Mammoth Within 5 Years

So they have the nucleic DNA - what about DNS from other intra-cellular bodies such as mitochondria? What about the epi-genetic effects of bringing a mammoth fetus to term inside another species? (Presumably an elephant.)

I think what they will end up with is an approximation of a mammoth, not an true instance of the species that became extinct 10,000 years ago.

Comment: Re:Thoughts... (Score 1) 230

by nut (#36784628) Attached to: HTC Infringed Apple Patents, Says ITC's Initial Determination

The other thing you can do is boycott all Apple products and encourage everyone you know to do the same. And do the same for any other company that tries to control the market - and where your dollar goes - using the same broken patent system.

Ultimately all large companies make their decision based on the balance sheet, and Apple's products are discretionary purchasing. If people can be made to care about the company's behaviour it will affect whether or not they buy their product or a competitors.

Comment: KDE developer's short attention span (Score 3, Insightful) 84

by nut (#36225094) Attached to: Muon Suite To Be Kubuntu's Software Center

KDE seems to suffer terribly from re-writer's disease. They'll write a good piece of software, possibly lacking a few features and a bit buggy in places. Rather than polish it and fill in the gaps, they nearly always decider to write something Newer and Better.

Almost invariably the new application won't be the latter, because immature software tends to lack a few features and be a bit buggy in places.

I still prefer KDE to Gnome, and Kubuntu is my main desktop, but I really wish the developers would settle down and get a bit less skittish.

Comment: Refund != Discount (Score 2) 313

by nut (#34988868) Attached to: Italian Consumer Watchdog Sues Microsoft Over 'Windows Tax'

I recently bought a Dell Zino HD from Dell NZ. I did it over the phone, so I could ask for the Windows licence to be refunded - there is now way to do it on the website of course.

The first operator didn't really know how to handle my request and asked if they could call back. When I did get called back I was offered a discount to the value of the Windows licence. So presumably Dell ended up paying Microsoft for a licence on my purchase anyway.

I'm guessing that Microsoft have insured themselves in the agreements with the system builders and distributors in this way. I don't know how you would go about finding out what the content of those agreements really is though.

Comment: Write tests for new code (Score 1) 312

by nut (#34748124) Attached to: How Do You Prove Software Testing Saves Money?

If you can't convince your boss to spend the time and money to write tests for old working code, just start writing tests for any new code you write.

When you fix a bug, write a test for it.

When you add a feature write a test suite for it.

Your tests will also incidentally test old code near the new code, and your coverage will increase surprisingly quickly.

I had a team of 6 developers doing this over ~400,000 LOC over the course of about 18 months and got 60% code coverage over the product.

This novel is not to be tossed lightly aside, but to be hurled with great force. -- Dorothy Parker

Working...