Hello,
I'm working on a small login web page in c#. When the user registers, the password should not be saved in the database directly for security reasons. The password should be split in two parts and each part saved in two different database.
Please help me to do the splitting part and save it in two databases.
Thank you.
Go to the complete details ...