views:

108

answers:

2

I'm curious about the reason why all most payment gateway site use clear text input to take security code.

Isn't it more secure if users put their security code in password mode textbox?

please give me enlightenment on this

+7  A: 

If you used a password box for this, who exactly are you hiding the security code from? Presumably the user has their credit card out, in their hand, and somebody looking over their shoulder can just see the number on the card instead of the screen.

Jakob Nielsen recently made a case to Stop Password Masking, that means for all password fields. Bruce Schneier added his opinion in his article The Pros and Cons of Password Masking. If there's discussion about whether password masking is relevant for password fields, I wouldn't even consider using it for CCV fields.

The password prompt in your OS for the wireless password probably has an option to "show password".

Greg Hewgill
I can remember my security code. it's only 3 digit I don't think would be hard to remember.
Anwar Chandra
Ah, you young bucks with yer 20/20 eyesight.
Michael Burr
I think Jakob Nielsen's Stop Password Masking is plain stupid (though I agree to getting rid of that Reset button). Apart from the obvious presentations and open work environments etcetera while actually in the process of logging in, I would also not like my browser to populate the password as plain visible text in many sites that I actually do not log in to (but which have a login box on every page).
Arjan
+1 for "show password" option.
Anwar Chandra
+2  A: 

Hopefully, the data is transmitted using HTTPS. Using a password field might even make the browser prompt whether to save the value for later use, and hence might not make it more secure. (But then, you're right, using a plain text field might make the browser remember it as well.) At least plain text is easier for the user.

Arjan
+1 my browser always remember my number and security code. for me it's okay, I can delete the history. But if someone put his card information on shared computer and forgot to remove the data, everybody can use it.
Anwar Chandra

related questions