Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have a page and have two text box like username & password and some controls on this page.

if i Enter username and password ., Firefox tamper data plugin is shows my text box values!!

Is there any way to avoid that problem ?
Posted
Comments
Sergey Alexandrovich Kryukov 28-Mar-14 1:37am    
I have no idea why do you see any tampering at all. To avoid a problem, one needs to have a problem.
—SA

1 solution

Hi Developer,

Just do some more security levels in your application. Like

1. encrypting your username and password.
2. Enabling https.
 
Share this answer
 
Comments
Pugal Kannan 15-Apr-14 1:15am    
I agree your solutions, and i did username and password encryption. but i need dynamic password encryption.

example:

1st time login:
password: abcd ---> zxcvbn12zx(encrypted password)


2st time login:
password: abcd ---> 45weqeeqeqe(encrypted password)

where login password is same but encrypted value is differ , i need like this.,

kindly give me any solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900