"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> I see that Python supports the sha-1. But I need to make sha value in
> big files to (swap file, iso-s, etc.). Possible that file size more
> than 2 GB, so I cannot read as string...
> How to get the sha value of a file ?
Use the sha.update method
Hi !
I have a problem in Windows.
I need to get the filelist in HDD-s, with sha-N value for every file (to
see what changed in the past).
1.
I see that Python supports the sha-1. But I need to make sha value in
big files to (swap file, iso-s, etc.). Possible that file size more than
2 GB, so