Skip to main content
added 4 characters in body
Source Link
tlastowka
  • 702
  • 5
  • 14

bash implementation

python implementation

The algorithm literally is (copied from the readme in the python implementation) :

  1. md5 the chunks
  2. glob the md5 strings together
  3. convert the glob to binary
  4. md5 the binary of the globbed chunk md5md5s
  5. append "-Number_of_chunks" to the end of the md5 string of the binary

bash implementation

python implementation

The algorithm literally is (copied from the readme in the python implementation) :

  1. md5 the chunks
  2. glob the md5 strings together
  3. convert the glob to binary
  4. md5 the binary the globbed chunk md5
  5. append "-Number_of_chunks" to the end of the md5 string of the binary

bash implementation

python implementation

The algorithm literally is (copied from the readme in the python implementation) :

  1. md5 the chunks
  2. glob the md5 strings together
  3. convert the glob to binary
  4. md5 the binary of the globbed chunk md5s
  5. append "-Number_of_chunks" to the end of the md5 string of the binary
added 245 characters in body
Source Link
tlastowka
  • 702
  • 5
  • 14

bash implementation

python implementation

The algorithm literally is (copied from the readme in the python implementation) :

  1. md5 the chunks
  2. glob the md5 strings together
  3. convert the glob to binary
  4. md5 the binary the globbed chunk md5
  5. append "-Number_of_chunks" to the end of the md5 string of the binary

bash implementation

python implementation

The algorithm literally is (copied from the readme in the python implementation) :

  1. md5 the chunks
  2. glob the md5 strings together
  3. convert the glob to binary
  4. md5 the binary the globbed chunk md5
  5. append "-Number_of_chunks" to the end of the md5 string of the binary
added 2 characters in body
Source Link
willeM_ Van Onsem
  • 481.6k
  • 33
  • 483
  • 623
Source Link
tlastowka
  • 702
  • 5
  • 14
Loading