Solved
Forum Discussion
You didn’t specify a value for the Initialization vector
setting, so one is randomly generated for every field in every document. That’s why the cipher text is different. Note the documentation for this setting:
Leave empty to generate one automatically. Note that the content of the initialization vector should be different for every encryption operation. Reusing IVs will make the encryption operation less secure.