Back to product page

BubbleBabble property


Returns BubbleBabble printout of the key, as string expression.

Type

A String value

Syntax

  • Basic
object.BubbleBabble(KeyType)
The BubbleBabble(object,KeyType) syntax has these parts:
objectAn expression evaluating to an object of type Keys.
KeyTypeRequired. A SSHKeyTypes enumeration, as described in settings. Type of the key.

Remarks

The settings for KeyType are:

Constant Value Description
RSAkey 0 Returns bubble babble for RSA key.
DSAkey 1 Returns bubble babble for DSA key.
ECDSAkey 2 Returns bubble babble for ECDSA key.


This property will return BubbleBabble printout of the key. BubbleBabble is almost readable form of private key, usually in form similar to this:

xonib-lakon-gynuf-byvoz-cymuv-saseh-gimek-ripuf-vicig-madov-coxix

it is used to test key easier since text representation is similar to words.

Platforms

Windows