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:-
![29712.png 29712.png](/t5/image/serverpage/image-id/29842i7FE79F4DB71E5E1A/image-size/large?v=v2&px=999)
I am receiving the below error when I try to encrypt my text string.
![29713.png 29713.png](/t5/image/serverpage/image-id/29843i303207FC11B42338/image-size/large?v=v2&px=999)
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:-
![29714.png 29714.png](/t5/image/serverpage/image-id/29850iAEF3E3F0A6E1E51C/image-size/large?v=v2&px=999)
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
![29715.png 29715.png](/t5/image/serverpage/image-id/29851i5F235DBEF787F169/image-size/large?v=v2&px=999)
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
------------------------------