Discuss what considerations need to be taken for storing passwords.
What will be an ideal response?
Never store passwords in plain text format (udf files). When a password is stored within your SQL Server database, apply strong encryption techniques. If a machine becomes compromised and the password is stored in plain text, the intruder can take full advantage and further compromise your site.
You might also like to view...
What is the default definition of the method toString?
A. There is no default definition; you must define the method yourself. B. It creates a string that is the name of the object's class, followed by the hash code of the object. C. It creates a string that is the name of the program. D. It creates a string that is the name of the package, followed by the name of the class, followed by the hash of the object.
Which alignment spreads the text evenly between the left and right margins so that text begins at the left margin and ends uniformly at the right margin?
A) Left B) Right C) Center D) Justified
Organizations are moving toward more __________-focused development approaches, seeking to improve not only the functionality of the systems they have in place, but consumer confidence in their product.
A. security B. reliability C. accessibility D. availability
A restriction on using the foreach statement is that you cannot change values in the collection. The access to the elements is read-only.
Answer the following statement true (T) or false (F)