![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Read csv into Hash array? | kinmak | Shell Programming and Scripting | 1 | 05-07-2008 07:35 AM |
| perl array question from going through hash | hankooknara | Shell Programming and Scripting | 2 | 07-29-2007 06:53 PM |
| hash,array and perl | new2ss | Shell Programming and Scripting | 3 | 05-23-2007 08:30 AM |
| Hash within array, within hash, within array... | jsmoriss | Shell Programming and Scripting | 1 | 07-10-2006 06:26 PM |
| getting data list into a hash array | topcat8 | Shell Programming and Scripting | 5 | 03-09-2004 09:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
md5 hash a string or char array in SCO
Can someone provide me with code to md5 hash a string or character array in the SCO environment.
All help is appreciated thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
The RSA webistei used to have this code - I can't find it there
|
|
#3
|
|||
|
|||
|
md5
When I compile this code I get errors:
undefined first referenced symbol in file MD5Init mddriver.o MD5Update mddriver.o MD5Final mddriver.o i386ld fatal: Symbol referencing errors. No output written to a.out |
|
#4
|
|||
|
|||
|
MD5 Hash
From what I have read I only need md5.c because I am trying to use this in another program.
|
|
#5
|
|||
|
|||
|
I have no idea how you compiled the code. Put all the files in the same directory - call it md5 or soemthing.
Code:
cc -o mddriver mddriver.c md5.c The mddriver is there to show you how to use it and to verify that the code works on your box. |
|
#6
|
|||
|
|||
|
Thanks, Jim.
|
|||
| Google The UNIX and Linux Forums |