Us开发者_C百科ing extjs text field with input type='password' The username and password can be seen from firebug when click login button. Is there any way to make it safe and invisible?
On the client-side, passwords in fields stored in memory can always be retrieved locally; there is nothing you can do about this. This is also how scripts can work with these fields.
You probably should be more concerned about the security of the password's transmission, the encryption and so forth.
精彩评论