Closed georgemarselis-nvi closed 1 year ago
changed to sha512sum = hashlib.sha512( filetobehashed ).hexdigest( )
corrected and tested.
I had already closed it 3 weeks ago. I am explaining the whole thing at the top of this ticket.
the basic idea is that i was dumb and instead of using the sha512() method of hashlib, i mistyped and uses sha256() . fixed and tested, but waiting for another chance to deply with the script.
I was using the wrong hashing algorithm