How do I mask SSN in a Textbox and only show the last 4 digits of SSN when I load up a page using JQuery?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re masking it with jQuery you’ve already got a security hole. You need to mask it server-side otherwise it’s being sent unmasked across the network. That’s a huge privacy and identity theft problem.