Hi , well i was making a project and required salt encryption in it. I am able to store salted password in the database but I am facing a little problem when i am checking for the username and password in the database. I am attaching the code that i have so far written.
Table name:
Login Fields Datatype
un varchar(50)
pass varchar(50)
salt int
When i run Default.aspx i am able to register the user with hashed value in the database, but am not able to check for the un and pass from the database using default2.aspx
I have uploaded the required project
http://rapidshare.com/files/360650523/salt_encryption.rar.html . I would be really grateful if anyone can help me out.
Thanks and Regards,
Modit