bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MD5


From: David Ayers
Subject: MD5
Date: Thu, 23 Jan 2003 00:37:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212

Manuel Guesdon wrote:

On Wed, 22 Jan 2003 19:31:22 +0100 David Ayers <d.ayers@inode.at> wrote:

>| >
>| GSHTMLURLValueElement.m and GSWSession.m

Sorry, I was searching in GDL2 :-)
Yes, GSMD5 and few another functions are used in these 2 classes.
In GSHTMLURLValueElement.m, it's used to generate cid for sending components by 
email (I should write a documentation on
this :-)
In GSWSession, it is used to genrate better sessionIDs.
I prefer to keep gscryt dependancy to avoid code duplication. gscrypt is a 
small library in dev-libs.

To reduce dependancies, I think one could conditionalize pam library in gscrypt 
because it is used only by GSPam without connection to other
classes.

Actually, base includes md5.c/h and I was wondering whether it would be better if we added a set of categories to base's NSData to return md5 digests of NSData. It seems that the c-api would be available but nothing in base seems to use it yet. (At least I couldn't find it.) If the only reason this hasn't been done is because simply no one has done it yet, then I could try to hack up an implementation.

Cheers,
Dave






reply via email to

[Prev in Thread] Current Thread [Next in Thread]