How to configure Encryption and Decryption Profiles for AES_KS256_GCM_%
We are using PeopleTools 8.60.06 version to have the GCM Algorithms.
And we are able to configure the Encryption Profiles for the below list of algorithms with same IV, Symmetric Key values.
aes_ks256_gcm_encrypt
aes_ks256_gcm_decrypt
But, when I try to encrypt a plain text (like "HelloWorld") it gives encrypted value, but with same key and IV values if I try to decrypt the same it gives me "False" as response.
Note: Without IV value, even the encryption itself not working.
Also Authentication TAG is not available with DECRYPT algorithm.
If anyone can help us to actually encrypt and decrypt message using the mentioned algorithms it would be a great help.