Encryption (Clent Side using JS) and Decryption (Server Side)
-
Dear All, I have scenario to encrypt the Password in client side and decrypt it in server side (C# code), this is required for a Online website. Can any one help me on this task. - Febin R -
-
Dear All, I have scenario to encrypt the Password in client side and decrypt it in server side (C# code), this is required for a Online website. Can any one help me on this task. - Febin R -
For using and saving passwords, you really should not be using encryption, you should really hash your passwords using a salt to be saved in the database. Here[^] is an excellent article that goes through password hashing, and goes into some depth. Hope it helps
Everyone dies - but not everyone lives
-
Dear All, I have scenario to encrypt the Password in client side and decrypt it in server side (C# code), this is required for a Online website. Can any one help me on this task. - Febin R -