Computer Science, asked by rockingmahadev6874, 1 year ago

A user is evaluating the security infrastructure of a company and notices that some authentication systems are not using best practices when it comes to storing passwords. the user is able to crack passwords very fast and access sensitive data. the user wants to present a recommendation to the company on the proper implementation of salting to avoid password cracking techniques. what are three best practices in implementing salting? (choose three.)

Answers

Answered by alinakincsem
1

Keeping in view that, a user is evaluating the security infrastructure of a company and notices that some authentication systems are not using best practices when it comes to storing passwords. the user is able to crack passwords very fast and access sensitive data. the user wants to present a recommendation to the company on the proper implementation of salting to avoid password cracking techniques.

The three best practices in implementing salting are as under;

(i) A salt should be unique for each password.

(ii)A salt should not be reused

(iii) A salt must be unique.

Answered by Anonymous
0

Answer:

;

(i) A salt should be unique for each password.

(ii)A salt should not be reused

(iii) A salt must be unique.

Similar questions