|
From: | N. Durner |
Subject: | Re: [GNUnet-developers] Keywords with file insertion |
Date: | Sun, 23 Jan 2005 13:52:57 +0100 |
User-agent: | Mozilla Thunderbird 1.0RC1 (Windows/20041201) |
I was thinking about adding extra hash information as keywords to allow ed2k links (that contain an SHA4) to be resolved. This could also be done for some other links by adding the SHA1 also. Adding the MD5 would allow some files on the internet (which often have a .md5 sum file with them) te be resolved.
That's already possible.Just open your ~/.gnunet/gnunet.conf, go to the setting "EXTRACTORS" and append
:libextractor_hash_md5:libextractor_hash_rmd160:libextractor_hash_sha1After that, all subsequent insertions have the MD5, RipeMD160 and SHA1 hashes (in lower case!) as keywords.
Nils
[Prev in Thread] | Current Thread | [Next in Thread] |