Hello FormSpider Team, As I see, password entered to a password field is sent to the server in plain text. Is there any possibility to hash the entered password on the client side, and then compare the hash in PLSQL on the server? Thanks in advance, moszab |
Hi Moszab, For the security of the connection between the server and the client you should run your application using HTTPS (SSL). Kind Regards, Yalim |