mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 02:29:07 -04:00
Update checksum_file.py
This commit is contained in:
parent
6fdad2af6a
commit
b2ac726eeb
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
'''
|
||||
Calculate the MD5 checksum of a file.
|
||||
@ -18,4 +18,4 @@ def get_file_checksum(filename):
|
||||
if len(chunk) == 0:
|
||||
break
|
||||
h.update(chunk)
|
||||
return h.hexdigest()
|
||||
return h.hexdigest()
|
||||
|
Loading…
x
Reference in New Issue
Block a user