discuss-gnustep
[Top][All Lists]
Advanced

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

RE: MD5 encryption?


From: David . Ayers
Subject: RE: MD5 encryption?
Date: Thu, 17 Jan 2002 13:34:40 +0100

Hi Tristan,

Try this class. It should be fairly easy to use (You might need to replace
the imports with includes using Gnustep, this was developed using Openstep
but it should compile fine.):

Depending on what you want to hash and how you want to store the result you
could use the different class methods:

Example: Encrypting a Password:

lvEncryptedString = [FXHash hexaHashStringFromString:lvOriginalString];

hope this helps.


Later,
Dave

(See attached file: FXHash.m)(See attached file: FXHash.h)

PS: You can contact me directly if you have further questions.

Attachment: FXHash.m
Description: Binary data

Attachment: FXHash.h
Description: Binary data


reply via email to

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