Juq 195 ((new)) Direct
: A strict, authoritative female boss (Kazama) who maintains a professional and intimidating exterior.
P ^ K = C → C ^ K = P
# Turn the ciphertext into raw bytes – we assume it is already raw ASCII. cbytes = cipher.encode('latin-1') pbytes = bytes(b ^ key for b in cbytes) return pbytes.decode('latin-1') juq 195
or