Lines Matching full:salt
2730 By default 16 bytes of random salt followed by 16 bytes
2736 its random salt and IV with those same lengths.
2738 The salt and key data are combined to create a session
2743 salt, keydata, len, 1, keystr, NULL); where salt is
2749 To modify the amount of random salt and initialization
2750 vector use cipher@n,m where n is the salt length and
2759 To skip the salt and EVP_BytesToKey MD5 entirely (no
2761 the cipher) specify "-1" for the salt, e.g.
2787 salt,ivec sizes (in GUI or, e.g. arc4@8,16).