View Single Post
  #1  
Old 11-12-2009, 07:20 AM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default How to use MD5 in Python?

I want use MD5 to compare both folder in Python. Following steps that i want to compare both folder by using MD5: 1. After all the files downloaded to folderA. 2. All the files inside folderA will copy to folderB. 3. Then MD5 will compare both folder is correct hash. 4. Then return True.
__________________
Python
Domain Name Forum
Reply With Quote