Wechseln zu:Navigation, Suche
Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 167: Zeile 167:
| {{Alert}}'''Please note:'''<br>When using a hardware token, the prefix (e.g. '''hex(60)''' )must be specified in the AD attribute before the PSK. }}
| {{Alert}}'''Please note:'''<br>When using a hardware token, the prefix (e.g. '''hex(60)''' )must be specified in the AD attribute before the PSK. }}
{{var | OTP Geheimcode Syntax
{{var | OTP Geheimcode Syntax
| Der Syntax des OTP Geheimcode lautet folgendermaßen:
| Der Syntax des OTP Geheimcode lautet folgendermaßen:<br>'''${HASH_ALGO}:${CODING}<nowiki>(</nowiki>${INTERVAL}<nowiki>)</nowiki>${SECRET}'''
* ${HASH_ALGO}: der Hash-Algorithmus, also ob ''sha1'', ''sha256'', oder ''sha512''
| The syntax of the OTP secret code is as follows:
** wird dieser '''nicht''' mit angegeben, so ist per default ''sha1''
}}
* ${CODING}: das Eingabeformat, also ''base32''(b32), ''base64''(b64). oder ''hex''
* ${INTERVAL}: das Intervall, welches in Klammern stehen '''muss'''
* ${Secret}: der oben generierte Geheimcode
| The syntax of the OTP secret code is as follows:<br>'''${HASH_ALGO}:${CODING}<nowiki>(</nowiki>${INTERVAL}<nowiki>)</nowiki>${SECRET}'''
* ${HASH_ALGO}: the hash algorithm, i.e. whether ''sha1'', ''sha256'', or ''sha512''
** If this is '''not''' specified, the default is ''sha1''
* ${CODING}: the input format, i.e. ''base32''(b32), ''base64''(b64). or ''hex''
* ${INTERVAL}: the interval that '''must'''' be in brackets
* ${Secret}: the secret code generated above }}
{{var | OTP Geheimcode Syntax Beispiel
{{var | OTP Geheimcode Syntax Beispiel
| '''''Beispiel''''': sha256 mit base32 und 30 Sekunden-Intervall → sha256:b32(30)1234567ABCD123  
| '''''Beispiel''''': sha256 mit base32 und 30 Sekunden-Intervall → sha256:b32(30)1234567ABCD123  

Aktuelle Version vom 26. Januar 2024, 12:10 Uhr