On Sun, Nov 08, 2009, JongAm Park wrote:

> Hello. May I ask how to encrypt a key in DES?
>
> According to its MAN page, it says to generate a DES_key_schedule first, 
> and do the actual encryption.
>

Actually I'd say you're beginning from the wrong place. The low level APIs
like DES shouldn't really be used directly if at all possible. If you start
with the higher level EVP_EncryptInit_ex() API you should find it easier: that
is a common interface to all ciphers.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to