I have a website which have already encrypted the password using a algo and key using .net code.
I want to read that encrypted password and use the same key and algo to decrypt it.
Please let me know the best way for this.
I tried using the decrypt test activity but it is not working alone and needs to implement the encrypt text first.
Can i use the Invoke VBA activity to write my own VBA code?