for char in frame['text']:
        hashing = ord(char) << (8*(index % 4)) ^ hashing
        index += 1