Project

General

Profile

Actions

$totp » History » Revision 1

Revision 1/7 | Next »
Per Amundsen, 12/29/2018 02:19 AM


Added in 3.3

$totp(key, time, hash, digits, timestep, encoding)

Returns a TOTP (Time-based One-time Password) based on the specified parameters.

Parameters

key - The key to hash.
time - A $ctime timestamp to indicate current start time. (default is $ctime)
hash - Hash method to hash the key with. (sha1, sha256, sha384, sha512, md5, sha1 is default)
digits - Number of digits to return. (3 - 6, default is 6)
timestep - The time duration. (default is 30)
encoding - Sets encoding method. (-1 = auto, 0 = plain text, 1 = hex, 2 = base32) (AdiIRC only)

Updated by Per Amundsen over 5 years ago · 1 revisions

Also available in: PDF HTML TXT