Status: Assigned
Owner: [email protected]
CC: [email protected],  [email protected]
Labels: Type-Feature Pri-3 OS-All Area-BrowserUI

New issue 8026 by [email protected]: Don't save autofill values for  
credit cards
http://code.google.com/p/chromium/issues/detail?id=8026

At some point, we should provide a secure way to autofill credit card
numbers (Google Toolbar does this). In the meantime, we should try to avoid
saving them by accident.

When we see a field of 16 digits, don't save them to the autofill database
if they correspond to a valid credit card. You can check this using the
mod(10)/Luhn algorithm:

http://en.wikipedia.org/wiki/Luhn_algorithm

We may also want to make this work for four 4-digit fields in a single
form.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to