Hi,
I am having an issue with the Utility Encryption VBO, and was wondering if anyone has any ideas or suggestions?
I have the inputs to the VBO set up as per the below:-
I am receiving the below error when I try to encrypt my text string.
I believe that this is to do with the length of the text string I am trying to encrypt (approx. 300 characters) as if I enter the below, this works fine:-
From trial and error, it seems to me that the VBO will successfully encrypt and text provided up to 214 characters, when trying a 215 character string, the below error was generated, and any string over 215 characters returned the 'Bad Length' error
Unfortunately, splitting my text into smaller segments isn't an option, as I am attempting to use the encryption object to create a JSON Web Signature and need to encode my header and payload together.
Is this an error with the object, or is there a limit to how long a text string I should be able to encode?
I get the same issue irrespective of if I use my own Key (which is what I need to do), or leaving the key blank to allow the object to generate one for me - both fail at the same text length.
Any ideas or suggestions would be welcome
🙂Many thanks
Tony
------------------------------
Tony Hann
------------------------------