import sys from krypto import hashes myString = bytearray("Hello", encoding='utf-8') hashwert = hashes.hashMod(myString) print("Der Hashwert lautet: ", hashwert)