What I need is to hash a string. It doesn\'t have to be secure because it\'s just going to be a hidden phrase in the text file (it just doesn\'t have to be recognizable for
Simply use the hash() built-in function, for example:
s = 'a string' hash(s) => -8411828025894108412