URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID9
Нить номер: 1111
[ Назад ]

Исходное сообщение
"EVP_EncryptInit(3)"

Отправлено Hunter , 15-Ноя-02 18:06 
Vsem privet!

Eto kusok iz sabj
--------
EVP_CIPHER_iv_length() and EVP_CIPHER_CTX_iv_length()
       return the IV length of a cipher when passed an EVP_CIPHER
       or EVP_CIPHER_CTX.  It will return zero if the cipher does
--------
Chto takoe "the IV length of a cipher" ?


Содержание

Сообщения в этом обсуждении
"RE: EVP_EncryptInit(3)"
Отправлено Andrey Koubychev , 18-Ноя-02 17:26 
>Vsem privet!
>
>Eto kusok iz sabj
>--------
>EVP_CIPHER_iv_length() and EVP_CIPHER_CTX_iv_length()
>       return the IV length of
>a cipher when passed an EVP_CIPHER
>       or EVP_CIPHER_CTX.  It will
>return zero if the cipher does
>--------
>Chto takoe "the IV length of a cipher" ?

IV eto init vector, smotri examples k EVP_EncryptInit, tam est vse.