when we encrypt a string like "this string has a period at the end." it results in "this string has a period at the end\u{17}" `\u{17}` is 0x17 in hex and 23 in decimal. this is likely due to some sort of padding issue in the encryption method.