I have created Silverlight Login Page. I use PasswordBox in that page and use this solution to do MVVM in my application. BTW after I read this answer I realize that current solution is not secure.
I want to know how can I improve security in my solution even though it will break MVVM.