A one-time password (OTP) is a security measure used for access control or as a part of a bigger identity verification process before logging in to a service, such as a banking app, or conducting a high-value transaction that’s considered high-risk and requires extra checks.
An OTP isn’t like a static password and is valid once for a limited period of time, enhancing security for user accounts. It consists of digits or characters and can’t be used repeatedly. For this reason, a one-time password is often implemented as another factor in multi-factor authentication (MFA).