News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RSA, MD5, DES etc

Started by hador, December 19, 2004, 10:46:09 PM

Previous topic - Next topic

hador

Hi...

Have you seen RSA, MD5, DES algorithms implemented in MASM ?

--Hador--

Mark_Larson


MD5 has, I am not sure about the rest.  When Hutch-- gets the forums up you can do a search to find it.
BIOS programmers do it fastest, hehe.  ;)

My Optimization webpage
htttp://www.website.masmforum.com/mark/index.htm

rea

http://board.win32asmcommunity.net/viewtopic.php?t=20060&highlight= check it out :)

The page of drizz (the source code of hashes and others things) is in masm :).

Altought pheraphs should be good that you read some info in some of the links posted there ;), some ones are interesting and large sources of such matters :P.

roticv

I implemented SHA before in FASM. Just that I lost the source code.... :'(

Geryon

just use windows crypto API
easy and use full....

Opcode



rea

In the link of herlger, in the miniFAQ there is a link to a book http://www.mindspring.com/~schlafly/crypto/faq.htm there is a lot of info in those links  :eek

hador