I was looking for some crypto functions in playframework, and in the documentation for encryptAES they say,"Encrypt a String with the AES encryption standard using the application secret".
Ok the function is looking like this but where can i found this secret key ?
Offical function code:
public static java.lang.String encryptAES(java.lang.String value)
Encrypt a String with the AES encryption standard using the application secret
Thanks