There are persons who think that encryption at client side doesn't work, because if you need to transfer critical information you can always use SSL.
But there is a big exception, and it happens when you have to fight against HTTP header readers.
As not everybody know, headers are in plain text at client side even if you use SSL, and if you use a header reader (like HTTPfox, firefox add-on) you can see any password that the client sends in any form field.
All this introduction was just to see if anyone knows a javascript encrytion library compatible with any othe ASP.net at client side.
By the way, not always two libraries are compatible even if they use the same encryption algorithm, there are a lot of other things involved, like character codes, url transformation, and not always the libraries are strictly implemented.
Any help would be appreciated.
Thanks in advance.