[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MD5
From: |
David Ayers |
Subject: |
Re: MD5 |
Date: |
Thu, 23 Jan 2003 12:44:59 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212 |
Thanks Pete,
I don't think the issue right now is "how" to implement it (because with
yours we now seem to have three implementations) but rather "where".
But let me get back to "how" anyway. I think the following API would be
usefull
@interface NSData (MD5)
- (NSData *)md5Digest; /* This method actually implements the calculations*/
- (NSString *)md5StringUsingEncoding: (NSStringEncoding) enc;
- (NSString *)md5String; /* uses default encoding.*/
@end
@interface NSString (MD5)
- (NSString *)md5StringUsingEncoding: (NSStringEncoding) enc;
- (NSString *)md5String; /* uses default encoding.*/
@end
But more importantly is where these Categories should go:
1. base/Additions
2. gscrypt - well actually I wouldn't change the existing
implementation, I would just try handling the pam_-problem transparently
with LIBRARY_DEPENDS_UPON or/and configure.
3. some official gnustep-base-extension library to catch alle
GNUstep-base features that base doesn't depend upon and could be written
to compile agains OS X/4.2.
If this can't be decided today, I'll consider "hacking" them into gsweb
directly until we've decided which way to go.
Comments? Manuel?
Cheers,
Dave
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, (continued)
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, David Ayers, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, David Ayers, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, David Ayers, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- MD5, David Ayers, 2003/01/22
- Re: MD5, Pete French, 2003/01/23
- Re: MD5,
David Ayers <=
- Re: MD5, Pete French, 2003/01/23
- Re: MD5, Richard Frith-Macdonald, 2003/01/23
- Re: MD5, David Ayers, 2003/01/23
- Re[2]: MD5, Manuel Guesdon, 2003/01/24
- Re: MD5, David Ayers, 2003/01/24
- Re: MD5, Richard Frith-Macdonald, 2003/01/24
- Re: MD5, David Ayers, 2003/01/24
- Re: MD5, David Ayers, 2003/01/24
- Re[2]: MD5, Manuel Guesdon, 2003/01/25