Hi, I am working on the Login screen. In my database I have USERNAME and PASSWORD in Encrypted format. From my Login screen I am reading the values (login name, password which are in plain text format) and I have to compare these values with the database values(which are in Encrypted format) How can I do this. Please help me out.