home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!olivea!charnel!rat!usc!news!benton.prepress.com!benton!mark
- From: mark@prepress.com (Mark S. Bubien)
- Newsgroups: comp.sys.mac.programmer
- Subject: DES encryption algorithm for Mac???
- Message-ID: <MARK.92Nov18163749@indian.prepress.com>
- Date: 18 Nov 92 21:37:49 GMT
- Sender: usenet@prepress.com (Usenet login)
- Organization: Pre-Press Technologies, Carlsbad Ca.
- Lines: 23
- Nntp-Posting-Host: indian
-
-
- I need a function that generates a DES encryted string given
- a salt and a key. Specifically, I am looking an equivalent to
- the UNIX crypt() function on a Mac:
-
- char *crypt(char *salt, char *key);
-
- Does anyone have an implementation of "crypt" that I can use
- (it's for an in-house thing, so it doesn't have to be blazingly
- fast, and it won't go into any of our products)?
-
- -Mark
- --
- ==========================================================================
- Mark S. Bubien | |
- mark@prepress.com | I was there when they crucified my Lord. |
- | I held the scabbard when the soldier drew |
- Pre-Press Technologies | his sword. |
- 2443 Impala Dr. | I threw the dice when they pierced his side. |
- Carlsbad, Ca 92008 | But I've seen love conquer the great divide. |
- (619) 931-2695 | - Bono Vox |
- | |
- ==========================================================================
-