Refer to the exhibit. An application was developed to be deployed on a global scale. The application will be available to all users of an enterprise and will require secure access. During code review, poor secret storage practices were identified. How must the secret storage approach be changed to improve security? A. Leverage an external secret vault to retrieve DB_PWD and set the vault key as an OS environment variable before running the code. B. Set an OS environment variable for DB_PWD to the database password before running the code, and stop setting DB_PWD within the code. C. In DB_PWD, store a hashed version of the database password generated by using the hashlib library. D. Store an encrypted version of the database password in DB_PWD and decrypt the password before running the code. Â Suggested Answer: A This question is in 350-901 DEVCOR exam For getting DevNet Professional Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Cisco. Trademarks, certification & product names are used for reference only and belong to Cisco.
Please login or Register to submit your answer