Results 1 to 2 of 2
-
13th Mar 2011, 01:07 PM #1OPMember
Change md5 on video files?
Is there a way to change MD5 hash on video files without raring?
Ruriko Reviewed by Ruriko on . Change md5 on video files? Is there a way to change MD5 hash on video files without raring? Rating: 5
-
13th Mar 2011, 01:18 PM #2mmm mmm!
This tutorial is only on PCs.
You will be needing a software for checking/creating file hash. If you don't have one, you can use QuickSFV.
http://www.quicksfv.org/index.html
Let's start changing MD5s. Say we have the files below that need MD5 change:
Code:FILENAME SIZE MD5 hash bolt.part1.rar 1,500,000 499934d3cc1c544c37f6f5d985a13685 bolt.part2.rar 1,500,000 a572b15572a7715df83e093ee2fb2bf9 bolt.part3.rar 1,500,000 c1291527060c81b590356195cdd18367 bolt.part4.rar 416,344 a7d6ddfedc3d273ab91d46c389d110d8
Open notepad and type one RANDOM character, say "a" in this example, then save the file as MD5.txt
Open another instance of notepad and type the line below:
Code:FOR %%1 in (*.rar) do COPY %%1+MD5.txt
Save the file as ChangeMD5.BAT
RUN the batch file, ChangeMD5.BAT, by double clicking on it.
Filesize and filehash would be changed to:
Code:FILENAME SIZE MD5 hash bolt.part1.rar 1,500,002 815890400fa58d4010bf858fbe2d2c88 bolt.part2.rar 1,500,002 6b1dce05c261fe217d365077e9dd632c bolt.part3.rar 1,500,002 250750017453d1fd70e77466b94d5dec bolt.part4.rar 416,346 d6d90760657d4cc37d9b34fc44e19dc5
Open WInRAR and test the archive. There must be NO ERRORS in the test operation. If tested OK, you can now upload the file to your preferred filehost.
I have been using this method for a long time to modify the MD5s of files that i upload. You can test whether this method can also be used on ZIP files. I would not recommend using this method on movie files because this will modify the original file. You don't want that. You should RAR the files so that you will just be modifying the CONTAINER and NOT THE CONTENT.
Source:
BoltHATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
any application to change MD5 for files in Windows ???
By deejam007 in forum Web Development AreaReplies: 13Last Post: 5th Sep 2011, 06:13 PM -
Need Help - How to change video format
By aurobux in forum Technical Help Desk SupportReplies: 2Last Post: 26th Jul 2011, 11:22 AM -
How to: Start watching video while still downloading / Play partial video files
By InfoBot in forum Tutorials and GuidesReplies: 12Last Post: 22nd Feb 2011, 10:38 PM -
Is it possible to change MD5 of media files (single links)?
By rtlx in forum Technical Help Desk SupportReplies: 6Last Post: 6th Oct 2010, 12:19 PM -
How do I change ownership of files which are into a folder (CHOWN)?
By The Dude in forum Server ManagementReplies: 2Last Post: 10th Nov 2009, 11:43 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...