Decrypt a b64 file?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-05-20 05:15 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-05-20 06:35 PM
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
------------------------------
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
------------------------------
