Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tMap function DataMasking.encryptAES()

I am trying to use this function in tMap for AES encryption using a Key in a context variable. I am getting error. could anyone please help how to use this function correctly.

 

Regards,

Ajinkya

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

This because you have omitted the .....

new byte[]

....after the first parameter and before the curly braces.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

This because you have omitted the .....

new byte[]

....after the first parameter and before the curly braces.

Anonymous
Not applicable
Author

thanks for reply ...

I managed to resolve this yesterday itself using .getBytes().