Skip to content

hash.py is a python script that calculates a fingerprint (MD5, SHA256, SHA512). The script also allows you to compare two fingerprints to check if it is consistent. It can be used in digital forensics.

License

Notifications You must be signed in to change notification settings

fr0gger/hash.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

hash.py

hash.py is a python script that calculates a fingerprint (MD5, SHA256, SHA512). The script also allows you to compare two fingerprints to check if it is consistent. It can be used in digital forensics.

Example :

r1tch1e@forensic:~$ python hash.py -f /home/myfile -md5

r1tch1e@forensic:~$ python hash.py -f /home/myfile -msx

r1tch1e@forensic:~$ python hash.py -c file1 file2 -md5

r1tch1e@forensic:~$ python hash.py -c file1 file2 -msx

@r1tch1e_

About

hash.py is a python script that calculates a fingerprint (MD5, SHA256, SHA512). The script also allows you to compare two fingerprints to check if it is consistent. It can be used in digital forensics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages