From WikiChip
$hotp Identifier - mIRC
< mirc‎ | identifiers
Revision as of 15:39, 4 October 2017 by 83.204.135.178 (talk) (Created page with "{{mirc title|$hotp Identifier}}'''$hotp''' returns an HOTP (HMAC-based One-Time Password) based on the specified parameters. == Synopsis == <pre>$hotp(key, count, hash, digi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$hotp returns an HOTP (HMAC-based One-Time Password) based on the specified parameters.


Synopsis

$hotp(key, count, hash, digits)

Paramters

  • key - the key is required and can be in a base16 format of either 40, 64 or 128 chars; or in a base32 format of either 16, 24 or 32 chars; or plain text; or it can also be in a Google Authenticator format ie lowercase with spaces.
  • count - required, the count
  • hash - optional, hashing algorithm, default to sha1
  • digits - optional, number of digits, default to 6

Properties

None

Example

None

Compatibility

Added: mIRC v7.42
Added on: 17 Jul 2015
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$hotp