Question
After analyzing code two developers at a company bring samples to the security operations manager: Example language: Java # Java Web App ResourceBundle properties file
After analyzing code two developers at a company bring samples to the security operations manager:
Example language: Java
# Java Web App ResourceBundle properties file
webapp:ldap.username=secretUsername
webapp:ldap.paswword=secretPassowrd
The following example shows a portion of a configuration file before an asp.net application
example language: asp.net
Connectionstring
Add name=ud_Dev connectionstring=connectuDB; uid-db2admin; pwd=password; dbalias=uDB; provideerName=System.Data.Odbc /
/connectionstrings
Which of the following would best solve these coding problems?
-
Use a privileged access management system
-
prompt the administrator for the password
-
use salted hashes with pbkdf2
-
increase the complexity and length of the password
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started