Search results for query: *

  • Users: XP105
  • Order by date
  1. X

    Question Adding .dlls and .exes to my installation

    In my project, I've made reference to a .dll file (which was compiled through visual studio, and is currently marked as a reference). Having added it as a reference, when I compile my program into a setup file, will it include the .dll. Secondly, I have run a process off an installed program on...
  2. X

    Question TTH (Tiger Tree Hash) ?

    Thanks a lot. The reason I wasn't getting what I wanted as a result was because I wanted the hash to be in Base16, not Base32, but as I already have a function to turn a Byte array into Base16 (just needed to sub out the ThexCS.Base32.ToBase32String() bit, and replace it with the Base16...
  3. X

    Question TTH (Tiger Tree Hash) ?

    Not sure if this will help, but I know (from the previously given link) that TTH is made up of Tiger Hash Algorithm and Merkle Tree (in what way, I'm not sure) and that: "The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic.NET." As you can see, that site is no...
  4. X

    ED2K Hash Algorithms

    The first method really did take a long time (I waited 10 mins, and it was still working on it) whereas the result with the ed2k hash was almost instantaneous (and definitely accurate).
  5. X

    Question TTH (Tiger Tree Hash) ?

    Tth Yeah, that helps for doing Tiger Tree Hashes. It's written in C#, but I'll see if I can translate into vb.NET (unless, of course, someone else has a better solution). Still need to figure out how to do ED2K Hashes though. In any case, thanks for that link.
  6. X

    Question TTH (Tiger Tree Hash) ?

    Hi, I'm trying to figure out how to make a TTH (Tiger Tree Hash). Any help would that would also be much appreciated.
  7. X

    ED2K Hash Algorithms

    Hi, I'm working on a program that will require me to get the ED2K Hash of a file. I know this involves splitting the file into 9500 KiB chunks then running an MD4 Hash on each chunk (including the remainder chunk) then MD4 Hashing the result. The problem is, I have little/no experience with...
Back
Top