cancel
Showing results for 
Search instead for 
Did you mean: 

Decrypt a b64 file?

AyyoubBenoudina
Level 4
Hi People 

I want to decrypt a .b64 file (AES Decryption) with a key and IV?
Any Idea how to do that with Blue Prism?

Thanks a lot.
Best regards,
ayyoub

------------------------------
Ayyoub Benoudina
------------------------------
1 REPLY 1

MadhurChopra
Staff
Staff
Hey Ayyoub,

You can accomplish decryption using a code stage in your automation. Code stages in Blue Prism allow you to call .net code snippets. Because BP's code stage editor does not provide the enhanced features Visual Studio does, I suggest writing and testing your code snippet using VS and then porting it to a code stage in your automation.

A thread on using VB.net to encrypt and decrypt base64 files that you might find useful is https://stackoverflow.com/questions/5987186/aes-encrypt-string-in-vb-net

I hope this helps.
Regards,
Madhur Chopra



------------------------------
Madhur Chopra
Sr. Product Consultant
Blue Prism - Professional Services
America/Los_Angeles
------------------------------