Solved

Which Way Should Be Used to Safely Store the API

Question 132

Multiple Choice

Which way should be used to safely store 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) plain text in the code as a constant
D) encrypted in the code in a function

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions