Solutionunvalidated
Replicate the Java key-derivation step in C# (same KDF type, salt/password handling, iteration count, and derived key length) before initializing AES/GCM with the derived key. After matching the derivation and parameters, decrypt successfully.
bc8462f8-9c8c-4b2b-b069-fc7506f6cf8a
Replicate the Java key-derivation step in C# (same KDF type, salt/password handling, iteration count, and derived key length) before initializing AES/GCM with the derived key. After matching the derivation and parameters, decrypt successfully.