How to Encyrpt and Decrypt Password in UFT? – User friendly Tech help
Requirement:-nnWe don’t want to share our application(say Oracle database) login password , but rather encrypt it and while using the SQL query we need it to be decrypted at runtime.nnSolution:-nFirstly we will Encrypt the password and then decrypt it.nEncryption:-nnApproach 1:-nnUsing Crypt utlity Object. nMethod used :- Encrypt n n n n n n Syntax n n n Code:-…