This demonstration emulates a One-Time Password (OTP) system. OTPs are temporary codes used for authentication, providing additional security. This example uses the current epoch time (number of seconds since 1970) as the OTP for simplicity, which is not secure in real-world applications.
Real OTP systems use unpredictable, random codes sent securely to the user's registered device or email.