Password rotation

Password needs to be changed periodically to have good protection of the data. It is needed to have a balance of how often passwords need to change. Too frequent change of a password will be a nightmare for users. Prolonged passwords changes will mean at least two things/

  1. It will give an attacker enough time to try various passwords.
  2. It will be a surprise for users that their passwords need to be changed.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator