issues
search
nicolashall8
/
SEC440PythonProject
0
stars
0
forks
source link
Checksum Verification
#4
Open
nicolashall8
opened
2 years ago
nicolashall8
commented
2 years ago
[ ] user provides a verified checksum from an application's website
[x] user provides file path to downloaded file(s)
[x] program checks and returns the file's checksum
[ ] program tells the user if the checksum of the downloaded file matches the verified checksum on the website
nicolashall8
commented
1 year ago
Program status:
user can pick SHA-256 or MD5
user provides file location
program prints out the hash of the file
Things that are still needed:
allow the user to provide the verified hash at the start of the program. At the end, the program will tell the user whether or not the hash matches
fix the menu functionality of choosing between md5 and sha