I am using a Rest Endpoint to send all Workflows to the backend. The problem is, once i generate the PostfunctionTransition as XML, some values are totally encrypted. Is there a way to decrypt these values?
It's not actually encrypted. The value entered into the Post-Function code is converted to a Base64 format, which is why it looks like it is encrypted when it actually isn't.
If interested, you can refer to this documentation to convert the formats.
How are you encrypting the values?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am sorry, that was blunt and lacking explanation.
You have told us that your xml contains "values that are encrypted".
My response was based on the fact that there's no encryption in the workflows, so I do not recognise "some values are totally encrypted". If there are encrypted values going in to them, then that is something you have set up, hence the question as to how you are doing that encryption.
But, I'd rather fix the problem than talk semantics. Could we start by you showing us some of the "encrypted values"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use Scripts in Postfunction and normally when i extract the workflows as XML file I get these scripts as encrypted values. But I figured out how to get them decrypted.
Thanks anyway
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So there was no encryption, you just mean you didn't recognise the format but you've worked it out now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually it's encrypted as I said but I used the proper algorithm for it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Jira, and all the apps that provide post-functions I've ever found do not encrypt anything, I still have to assume you do not mean encryption.
Could you explain this further, in case someone else lands here? What (type of) keys did you set up to use for the encryption and what app(s) did you use to do it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.