https://github.com/rwfpl/rewolf-md5
MD5 algorithm implementation - x86 assembler
https://github.com/rwfpl/rewolf-md5
Last synced: 4 months ago
JSON representation
MD5 algorithm implementation - x86 assembler
- Host: GitHub
- URL: https://github.com/rwfpl/rewolf-md5
- Owner: rwfpl
- Created: 2015-03-13T22:21:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T10:13:18.000Z (almost 11 years ago)
- Last Synced: 2025-07-17T16:04:17.034Z (6 months ago)
- Language: Assembly
- Homepage:
- Size: 141 KB
- Stars: 25
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
--------------------------------------------------------------------------------
Name....: MD5 Message-Digest Algorithm
Author..: ReWolf
Rel.Date: 18.XII.2004 (VII.2011 update)
e.mail..: rewolf@rewolf.pl
www.....: http://rewolf.pl
--------------------------------------------------------------------------------
MD5 algorithm implementation. See rewolf_md5.(inc/s) for more details.
\masm\ implementation for MASM
\fasm\ implementation for FASM (adapted by Reverend)
\gas\ implementation for GNU Assembler (adapted by Hannes Beinert)
\nasm\ implementation for NASM/YASM (adapted by Ange Albertini)
Additional info:
Implementation from \gas\ directory is heavily commented by Hannes Beinert, so
probably it might be useful to study for beginners to figure out what exactly is
happening on each stage of algorithm.
--------------------------------------------------------------------------------