Authentication Mechanisms of Login Parameter

HMAC password

Login = "username,password"

RSA Signature

  • stored in a keyfile:

Login = "username,RSASign=filename#password"

  • stored in a smartcard; PIN pad is connected to the host computer:

Login = "username,RSASign=:cs2:cyb:USB0#PIN" for REINER SCT cyber Jack

Login = "username,RSASign=:cs2:cjo:USB0#PIN" for REINER SCT cyber Jack One

Login = "username,RSASign=:cs2:auto:USB0#PIN" for both pin pads

  • stored in a smartcard; PIN pad is is directly connected to the CryptoServer:

Login = "username,RSASC=:cs2:cyb:USB0#PIN" for REINER SCT cyber Jack

Login = "username,RSASC=:cs2:cjo:USB0#PIN" for REINER SCT cyber Jack One

Login = "username,RSASC=:cs2:auto:USB0#PIN" for both pin pads

ECDSA Signature

  • stored in a keyfile:

Login = "username,ECDSA=filename#password"

  • stored in a smartcard; PIN pad is connected to the host computer:

Login = "username,ECDSA=:cs2:cyb:USB0#PIN" for REINER SCT cyber Jack

Login = "username,ECDSA=:cs2:cjo:USB0#PIN" for REINER SCT cyber Jack One

Login = "username,ECDSA=:cs2:auto:USB0#PIN" for both pin pads

Optionally, the PIN for smartcard authentication can be given with a preceding # for automatic login. If the PIN is not present, the user must enter it via the keyboard of the PIN pad, e.g. Login = "username,RSASign=:cs2:cyb:USB0".