ltm rule command CRYPTO keygenΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

CRYPTO::keygen
       Generates keys that can be used to encrypt and sign data.

SYNOPSIS
       CRYPTO::keygen (('-alg'	('random' | 'pbkdf2-md5' | 'rsa'))
				('-len' MULTIPLE8)
				('-exp' EXP)
				('-passphrase' PASSPHRASE)
				(('-salt' | '-salthex') SALT)
				('-rounds' ROUNDS)
			       )#

DESCRIPTION
       This iRules command is used to generate keys that can be used to encrypt and sign data.

       CRYPTO::keygen -alg <> -len <> [-passphrase <> -salt[hex] <> -rounds <>]

	    * Used to generate keys that can be used to encrypt and sign data.
		 + -alg (Two options: random or pbkdf2-md5)
		 + -len (Must be a multiple of 8, e.g. 256, 512)
		 + -passphrase (used as data to generate key)
		 + -salt (binary data used to generate key)
		 + -salthex (hex data used to generate key)
		 + -rounds (Integer indicating how many rounds to use when
		   generating key)

RETURN VALUE
VALID DURING
EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.1.0 --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)