Project

General

Profile

$hotp » History » Revision 3

Revision 2 (Per Amundsen, 12/29/2018 02:09 AM) → Revision 3/8 (Per Amundsen, 12/29/2018 11:59 PM)

_Added in 3.3_ 

 *$hotp(key, count, hash, digits, encoding)* 

 Returns an HOTP (HMAC-based One-Time Password) based on the specified parameters. 

 *Parameters* 

 key - The key to hash. 
 count - a unique number. 
 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) 
 encoding - Sets encoding method. (t (-1 = auto, 0 = plain text (default), x text, 1 = hex, a 2 = base32) (AdiIRC only)