One of the Top banking customer recently faced a problem. Their administrator forgot the password of a specific component in the Eco system and needed a way to recollect in order to open the system. The customer reached out to Engineering team to decrypt the password and the result is this simple utility that uses a customized Virtual Service to decrypted a password that is shared as Input. Most importantly, the Virtual Service demonstrates the following features of the Product:1. Using Xpath Regex to extract a piece of Data from the Request to a Virtual Service2. Assigning parameter values from Request data3. Using Beanshell Scrip execution to manipulate Response data before it is sent from a Virtual Service4. Accessing DevTest Utility classes to achieve utility functions such as encryption and decryption