OTP Encryption Techniques Why OTP Required: An OTP is more secure than a static password, especially a user-created password, which is typically weak. OTPs may replace authentication login information or may be used in addition to it, to add another layer of security. OTP tokens are usually pocket-size fobs with a small screen that displays a number. The number changes every 30 or 60 seconds, depending on how the token is configured. For two-factor authentication , the user enters his user ID, PIN and the OTP to access the system. The secret PIN known only between the client and the bank is used for encrypting the OTP. After the encrypted OTP SMS reaches the client’s mobile, the PIN is used again used for decrypting. The plain OTP text should be sent back to the bank will be verified at the server to complete the transaction initiated. The combination of PIN with OTP provides authenticat...