# sample key file
#
# Syntax:
# <keyId> <algorithm> <secret>
# 
# <key> id is the integer-based key identifier
# <algorithm> is a string identifying the authentication algorithm to use. Allowed values: MD5 | SHA1
# <secret> is the secret string used as input to the authentication algorithm
#
# Example:
#
# 1 MD5 8RvFC'Rp=}+8x)QCtR&B  # MD5 key
# 2 MD5 [AP4XvYqEc^=1'Edd>4E  # MD5 key
# 4 MD5 ilA"5(3w`FVNg?b.=2,<  # MD5 key
# 7 MD5 VE_}^R{gJlyG\vQe0FaW  # MD5 key
# 12 SHA1 01b2fb2d455713ae17a816b00bfeec2f886b1e74  # SHA1 key
# 13 SHA1 d38f3d536780072a078d8644b16aa39b4459706b  # SHA1 key
# 18 SHA1 1a786cd8a6599ef0824455b4cf523d7327c4928d  # SHA1 key
#
