How do i encrypt & decrypt input parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-20 07:42 PM
Thanks
Amit
------------------------------
Amit Chauhan
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-06-20 07:24 PM
Is the parameter only being passed around within Blue Prism or is to be passed by/to an outside application? If it's coming from an outside application then that application would handle the encryption and what you would need to do in Blue Prism is decrypt it. One possible option would be to leverage a code stage in a VBO and use the various encryption libraries available in the .NET framework.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-20 07:05 AM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-20 06:31 PM
Thanks for your reply,
Input parameter passed from an outside application, I have used RijndaelManaged() for Encryption & Decryption and it is working fine for me.
Thanks for your valuable input, Helped me lot. 🙂
------------------------------
Amit Chauhan
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-20 06:57 PM
@Mayank Goyal - the encryption scheme used by the encryption VBO is Triple DES which uses a 192 bit key. It's actually an older encryption schema and the VBO should be updated to use something newer. If you want to use the VBO as-is, you need to generate a 192 bit key as opposed to the 256 bit key generated by AES and Rijndael.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-20 11:59 PM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-06-20 12:15 AM
@Mayank Goyal I have asked a member of my team to work on updating the VBO. Once he's finished, it will be posted to the Digital Exchange.
I'll post an update here when that's complete.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-06-20 05:28 AM
I have updated existing VBO with 256AES encryption, If you want i can share it with you.
Updated VBO is working fine with 256AES -Key, You can use it in your process as per your need.
Thanks
Amit Chauhan
------------------------------
Amit Chauhan
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-06-20 07:14 PM
------------------------------
Mayank Goyal
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-20 06:57 PM
https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---encryption
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
