mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
Update checksum_file.py
This commit is contained in:
parent
6fdad2af6a
commit
b2ac726eeb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue