Skip to main content
thomaso34696569
Level 2
October 11, 2021
Resuelto

How to generate random key (Initialization Vector) from Java script (Adobe camapign classic)

  • October 11, 2021
  • 1 respuesta
  • 1046 visualizaciones

How to generate random key (Initialization Vector) with 128 byte from a Java script (Adobe camapign classic)?

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Milan_Vucetic

Hello @thomaso34696569 

I would suggest to download and import some external library (min.js) which can generate random IV.

Create new JS file and paste code from min.js and load that JS file (loadLibrary("cus:yourfile.js");) in workflow or other JS where you want to generate IV. 

I would say there is not default function in ACC to do it therefore you can do suggested above.

Regards,

Milan 

1 respuesta

Milan_Vucetic
Milan_VuceticRespuesta
Level 9
October 11, 2021

Hello @thomaso34696569 

I would suggest to download and import some external library (min.js) which can generate random IV.

Create new JS file and paste code from min.js and load that JS file (loadLibrary("cus:yourfile.js");) in workflow or other JS where you want to generate IV. 

I would say there is not default function in ACC to do it therefore you can do suggested above.

Regards,

Milan