Example 1: Dynamic time window calculation
- 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Example 1: Dynamic time window calculation
- Mis à jour le 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
Initial parameters
- authenticator application time step: 36 seconds
- authenticator application usage: Authentication (Password validation)
- Identification time window: 10 Digipass time steps
- Synchronization time window: 6 hours = 21600 seconds
DTWAT
DTWAT= ((Time step * (ITimeWindow -1)) / 8) = ((36 * (10-1)) / 8) = 40.5 days
First authentication
A new user has not yet successfully authenticated:
Used time window | = max (SyncWindow, ITimeWindow * time step) |
= max (21600 seconds, 360 seconds) = 21600 seconds = 600 time steps | |
= +/- 300 time steps |
Authentication before DTWAT
The user authenticates within 40.5 days after the last successful verification:
Used time window | = ITimeWindow * time step |
= 10 time steps * 36 seconds | |
= 360 seconds | |
= +/- 5 time steps |
Authentication after DTWAT
The user authenticates between 40.5 days and 2695.5 days after the last successful verification.
Used time window | = Time step + (Days lapsed * 8) |
Cet article vous a-t-il été utile ?