Re: Question about MD5
Re: Question about MD5
- Subject: Re: Question about MD5
- From: Chas Spillar <email@hidden>
- Date: Mon, 10 Jul 2006 17:25:55 -0700
- Thread-topic: Question about MD5
O.K.
So, I am including the openssl/md5.h header:
#include "openssl/md5.h"
And, I am linking with /usr/lib/libcrypto.0.9.7.dylib
However, this will build on Intel but the PPC version isn't finding the
routines I am using MD5Init, MD5Update, MD5Finalize...
Chas.
> From: Damien Bobillot <email@hidden>
> Date: Mon, 10 Jul 2006 23:56:45 +0200
> To: Chas Spillar <email@hidden>
> Cc: XCode Users List <email@hidden>
> Subject: Re: Question about MD5
>
>
> Chas Spillar wrote :
>
>> I found the header sys/md5.h and am trying to locate the framework
>> for this.
>> Where can I find this framework within the system, or do I need to
>> include
>> open source code for these routines?
>
> Use the hash function of the openssl library : man 3 md5
>
> However, if you have the choice, use sha-1 instead (man 3 sha) :
> today, md5 is considered weak.
>
> --
> Damien Bobillot
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden