What encryption does the JKS associated with the Password Alias feature use

Hi,

I have been trying to find what encryption algorithm is being used for the Password Alias feature, but haven’t found a clear answer.

Anyone out there who knows? :slight_smile:

Cheers,
Niklas

Hi @nmodin,

The Password Aliases feature uses the AES encryption algorithm as seen in this method: Payara/PasswordAdapter.java at master · payara/Payara · GitHub

Best Regards,
James