Topic by Marten
Content
I have made a Windows Foundation Communication project which is connected with a RightNow database. For logging in I want to authenticate users by comparing the entered password with the corresponding password in the database. So the questions are: (1) Where can I find the passwords in the database; (2) How do I get access to the passwords?; (3) Is an encryption needed?
Thanks in advance!