I searched for some cryptographic functions in playframework, and in the documentation for encryptAES they say: "Encrypt the string with the AES encryption standard using the application secret."
Ok, the function looks like this, but where can I find this secret key?
Function Code Function:
public static java.lang.String encryptAES(java.lang.String value) Encrypt a String with the AES encryption standard using the application secret
thanks
source share