Gaurav Singh Solution
Gaurav Singh Solution
A:
One way of making the password hard to crack is by maintaining credentials from
multitude of services in a manager like dashlane because they tend to use varied
hashing algorithms & even hashing over hashed passwords [e.g. md5(md5($plaintext)) ]
to store and keep the strength high, meeting to the rigidity of a strong case for an
algorithm to process.
Reduce redundancy across services such that in case of a leak out of one service doesn’t
make the other passwords vulnerable.
Use alphanumeric character with special characters.
Reducing occurrence of an adjective on noun or verb which is an obvious prey to brute
force attacks.
Q: What can you tell about the organization’s password policy (e.g. password length, key space,
etc.)?
A: It can be very well determined that the organization's password policy is not up to the
mark as:
Q: What would you change in the password policy to make breaking the passwords harder?
A: