Coder Social home page Coder Social logo

ed2k-gui's Introduction

ed2k generator utility

Windows GUI application for simple drag+drop file ed2k hash-link generating.

screenshot of ed2k-gui desktop app

The anime database AniDB uses ed2k hash-links to uniquely identify files. Generating ed2k links from files eases managing your own list of files, their states, as well as contributing information to AniDB.

I found other utilities to be a hassle to set up or use, and the sources unapproachable when they were available. With a technical interest in what ed2k-hashing does, I created this simple file-drag-and-drop utility in .NET 8, C#, WinForms.

References / Implementation Notes

http://wiki.amule.org/t/index.php?title=MD4_hash

ed2k hash is based on/uses MD4. the algorithm for computing ed2k hash is as follows:

  1. split the file into blocks of 9728000 bytes
  2. compute MD4 hash digest of each file block separately
  3. concatenate the list of block digests into one big byte array
  4. compute MD4 of array created in step #3. this is the ed2k hash.

MD4 - RFC 6150

MD4 - RFC 6150, RFC 1320, RFC 1186

ed2k-gui's People

Contributors

kissaki avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.