Each piece of data was being encrypted with a different IV, but only the first IV was saved. Now using encryptFielCredentials/decryptFielCredentials helper functions that encrypt all data together with a single IV/tag. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>