1. md5 implimentation
I'm not much into cryptography, can someone come up with an md5
implimentation for euphoria? I'm trying my hand at a disk image cataloging
program for commodore 64 emulator's .d64 disk image files. md5 is a
wonderful algorythm for generating distinct checksums for files and when
included in an index very effectivly points to duplicate files (when
combined with byte-length information). Anyone out there who would like to
undertake this endevor, you can find the md5 RFC and example C code at
ftp://ftp.cert.org/pub/tools/md5
2. Re: md5 implimentation
- Posted by Davi Figueiredo <davitf at USA.NET>
Sep 04, 1999
-
Last edited Sep 05, 1999
I have created an implementation of SHA-1 (an algorithm similar to MD5, b=
ut
which some people consider to be stronger) in Euphoria. you can get it fr=
om my
page at http://www.brasil.terravista.pt/Jenipabu/2571/ .
As far as I know, there is no MD5 implementation in Euphoria yet, but if =
you
want this algorithm I can try to do it.
Regards,
Davi Figueiredo
davitf at usa.net
____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=3D1
3. Re: md5 implimentation
- Posted by "J-Man Th' Shaman [DiS]" <jshaman at PHREAK.ORG>
Sep 05, 1999
-
Last edited Sep 06, 1999
MD5 seems to be the standard in the unix world (at least for now) for file
checksum authenticity verification. Yes, I would like to see it done if you
can do it... :) I will look at your SHA1 also.
----- Original Message -----
From: Davi Figueiredo <davitf at USA.NET>
Sent: Saturday, September 04, 1999 9:42 PM
> I have created an implementation of SHA-1 (an algorithm similar to MD5,
but
> which some people consider to be stronger) in Euphoria. you can get it
from my
> page at http://www.brasil.terravista.pt/Jenipabu/2571/ .
> As far as I know, there is no MD5 implementation in Euphoria yet, but if
you
> want this algorithm I can try to do it.
4. Re: md5 implimentation
- Posted by Davi Figueiredo <davitf at USA.NET>
Sep 10, 1999
-
Last edited Sep 11, 1999
> MD5 seems to be the standard in the unix world (at least for now) for f=
ile
> checksum authenticity verification. Yes, I would like to see it done i=
f
you
> can do it... :) I will look at your SHA1 also.
I've just uploaded it to my page. You can get it from:
I hope it will be useful. Good luck with your project!
I haven't updated the contents of the page yet, so there is not any link =
to
the file from it. I don't know when I am going to update it; I want to ad=
d
some
other programs too, but I'm just too lazy to do it.
Regards,
Davi Figueiredo
davitf at usa.net
http://www.brasil.terravista.pt/Jenipabu/2571/
____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=3D1