Which way should be used to safely the API keys?
A . In an environment variable unique to the system database
B . Encrypted in a configuration file that is separate from the code
C . Encrypted in the code in a function
D . Plain text in the code as a constant
Answer: B