I want to use symmetric encyption[AES -256] to encrypt and decrypt a [.dat] file using a secret key file provided to me from a team which they created using open ssl commands.
I am unable to find right examples to understand how to use the file already provided to me to encrypt and decrypt instead of generating a new key for the process in Scala.
Any help and guidance is appreciated.