Accounting Information Systems
_i___ 20. Cloud computing t. A firewall technique that filters traffic by
examining not just packet header information
but also the contents of a packet.
8.2 The CISO of the ABC company is considering how to increase the strength of employee
passwords. Currently, passwords must be eight characters, they must be case-sensitive,
and they must contain at least two numbers.
a. Calculate the size of the search space of possible passwords given the current
password requirements.
b. Calculate the size of the search space of possible passwords if the current password
requirements were changed so that they must contain at least two special characters
(e.g., $, #, @, etc.) from a list of 33 commonly available symbols.
c. Calculate the size of the search space of possible passwords if the current password
requirements were changed so that passwords must be 12 characters long.
d. Which modification to the current password requirements (adding the requirement to
include special symbols or increasing the length from 8 to 12) increases the strength
of the password the most?
e. Which modification do you recommend? Why?
Solution:
a. The current search space is the number of choices for each character (62 = 26 upper-case
b. There would now be 95 possible choices for each character: 26 upper-case letters, 26
c. There would 62 choices for each character (26 upper-case letters, 26 lower-case letters, and
d. Changing the size of the possible character set (part b) increases the search space by 30.3847
e. Increasing the length – because it increases resistance to brute-force guessing the most. Also,
8-5
©2018 Pearson Education, Inc.