Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-05-2005, 08:21 AM
|
#1
|
Senior Member
Registered: Aug 2004
Location: Western Australia
Distribution: Debian 11
Posts: 1,305
Rep:
|
hash routine into assembly program
I'd like to include a hashing routine in an assembly program, it looks like I can include a C implementation of some of those but I only have a very basic knowledge of C.
Anyone with some advice, how-to or hint?
Thank you for your help.
|
|
|
08-05-2005, 08:09 PM
|
#2
|
Member
Registered: Jun 2005
Posts: 542
Rep:
|
You may compile the hash routines as an object that will be linked with your assembly program, or you may use the -S option to gcc to translate the C code to assembly.
|
|
|
08-06-2005, 12:26 AM
|
#3
|
Senior Member
Registered: Aug 2004
Location: Western Australia
Distribution: Debian 11
Posts: 1,305
Original Poster
Rep:
|
Thank you primo.
My distro (FC2) has 3 versions of md5.c, all different. Only the smaller one goes through gcc -S without error but when displaying the C source, it looks as though it might be just the cypher itself (no input or output passed). It also has 2 versions of sha1.c, both give errors.
Also, the assembly code shown is AS and I use NASM, so it looks like I am probably better off linking a compiled C version of it.
Would you have any suggestion on how to pick a suitable source of the program (md5 or other)?
|
|
|
08-06-2005, 01:49 AM
|
#4
|
Member
Registered: Jun 2005
Posts: 542
Rep:
|
What kind of errors are you getting?
There may be some translators from the AT&T format to NASM and viceversa
Browse the web and I'm sure you will find many assembly implementations of MD5 / SHA-1, etc..
|
|
|
All times are GMT -5. The time now is 11:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|