I need to generate and valid a password / token for an hour.
Client -> generate password (valid for one hour)
Server -> valid it within an hour.
//System needs to work offline (TOTP)
TOTP is normaly 30 seconds... So if i change the TOTP interval to 3600 seconds will i then break the security?
Also open for any better ides then TOTP ?