G
Guest
Lets say there are values in the database that are encrypted but need to be
decrypted to display to an authenticated user on a web site.
Now the problem is that somewhere along the way during a request by an
authenticated user that data must be decrypted and displayed to the user.
Now, lets say we also want to prevent anyone packet sniffing from being able
to decipher the data.
It would seem to me that the data must remain encrypted all the way to the
client and then decrypted via javascript so that the data is never in its
true form through a wire.
But then the question becomes how does one leverage the wonderful
cryptography namespace in the framework on the client...well obviously you
can't since it is a SERVER side component.
If anyone can shed some light on this please do.
Thanks
decrypted to display to an authenticated user on a web site.
Now the problem is that somewhere along the way during a request by an
authenticated user that data must be decrypted and displayed to the user.
Now, lets say we also want to prevent anyone packet sniffing from being able
to decipher the data.
It would seem to me that the data must remain encrypted all the way to the
client and then decrypted via javascript so that the data is never in its
true form through a wire.
But then the question becomes how does one leverage the wonderful
cryptography namespace in the framework on the client...well obviously you
can't since it is a SERVER side component.
If anyone can shed some light on this please do.
Thanks