How to generate random key (Initialization Vector) from Java script (Adobe camapign classic) | Adobe Higher Education
Skip to main content
thomaso34696569
Level 2
October 11, 2021
Respondido

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

  • October 11, 2021
  • 1 resposta
  • 1028 Visualizações

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

Este tópico foi fechado para respostas.
Melhor resposta por 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 Resposta

Milan_Vucetic
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