In Power builder, I want to know API used to covert base64 Encrypted value to Decrypted actual string in power builder
Below is encrypted string value:
pw="3K1rUYBtc8mTlewC/mzLNhMEVCBPsbi5+lt6xw01LMM="
This need to be decrypted string value:
pw="FTMUser123"
I am looking for API or a sample program in power builder which decrypt the encrypted base64 string.
Thanks in Advance for your help.