0

When you log into blockchain.info - you enter the password on the client side.

Does the password remain stored in a local javascript variable on the client side after the login process is over?

If yes, does that count as real a security risk? What kind of attack vectors does that open you to?

If not, how else does the wallet update the server side state?

ripper234
  • 26,550
  • 30
  • 111
  • 246

1 Answers1

0

I guess that it must have, because it updates the server after any modifying operation is made, without asking for a password.

That is DannyHamilton claims as well. See also.

ripper234
  • 26,550
  • 30
  • 111
  • 246