Home | History | Annotate | Download | only in x11vnc

Lines Matching full:salt

1224        blowfish, and 3des are supported. Salt and initialization vector
14913 By default 16 bytes of random salt followed by 16 bytes
14919 its random salt and IV with those same lengths.
14921 The salt and key data are combined to create a session
14925 salt, keydata, len, 1, keystr, NULL); where salt is
14931 To modify the amount of random salt and initialization
14932 vector use cipher@n,m where n is the salt length and
14941 To skip the salt and EVP_BytesToKey MD5 entirely (no
14943 the cipher) specify "-1" for the salt, e.g.
14969 salt,ivec sizes (in GUI or, e.g. arc4@8,16).