gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [GNUnet-developers] ripe-md160/HashCode160/CRC/MD5


From: jan marco alkema
Subject: RE: [GNUnet-developers] ripe-md160/HashCode160/CRC/MD5
Date: Sat, 13 Dec 2003 17:45:08 +0100

Hello Christian,

>Read http://www.ovmj.org/GNUnet/download/ecrs.ps

I see a lot of strange characters in the document. Which viewer should I
open this file?

I have made a hash format. See the included file for the details.

Hash=Ripe-md160(file) + MD5(file) + Crc32(file) +
Filelength_reverse_order(file) + Crc32(Ripe-md160(file) + MD5(file) +
Crc32(file) + Filelength_reverse_order(file))

The hash:

1)      variable length because file length (hex notation) is variable.
2)      The file will be read 1 time only. The blocks (block size = 65 kB) of 
the
file will be read in a buffer sequentially.
3)      You can see in the second Crc32 if the format is a good format.
4)      It works on Redhat 9.0 and Microsoft Visual Studio (MVC).

The only problem I have is that big files in a Linux environment doesn’t
seem to open. This is not a problem in my Windows2000 professional
environment.

# ./fshhash /usr/local/fsh-20031123.tar.gz
/usr/local/fsh-20031123.tar.gz: File too large

-rw-r--r--    1 root     root     2761161753 Nov 23 11:33
/usr/local/fsh-20031123.tar.gz

Greetings Jan Marco

Appendix Windows example:

fshhash \tmp\marije_004.jpg

bfd5d02dd853ad075e5413f0616bf1ee0c0af113e5d0cc3887595816d48d983d0dc341ad68ce
0184c883eb11f9bf

Attachment: fshhash-0.00.zip
Description: Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]