Credentials harvesting

​Credentials harvesting is a process of obtaining user names and associated with these passwords.

Good protection from credential harvesting is implementation of two factor authentication.

Two factor authentication often means that a physical device needs to be used for successful authentication.

Even if credentials will be obtained by an attacker, attacker still will not be able to authenticate successfully without having a physical device.

Such a device will either display a random number that changes every few seconds, or a USB key that senses touch.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator