The solution is working fine, but I need something to use in .NET
¿Can I use javascript server side in ASP.net? I don't think so...
Thanks.
User Profile
Collapse
-
Thanks rnd me
As I see in the algorithm the same function works for encrypting and decrypting.
I will try and let you know.
Thanks againLeave a comment:
-
Thanks I´m already using your suggestion, but the problem is for other confidential fields that I need to read at server side. That's why I need a simmetric encryption algorithm as AES or Blowfish.
Thanks......Leave a comment:
-
Encrypt at client side and decrypt at server side
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...
No activity results to display
Show More
Leave a comment: