Reputation: 3
I am currently working on a project that involves encrypting data using AES in Galois/Counter Mode (GCM) with a Bouncy castle. I need to understand the default settings used by the Bouncy castle for the Initialization Vector (IV) when performing AES-GCM encryption. Specifically, I would like to know:
I have been working on encrypting data using AES in Galois/Counter Mode (GCM) with Bouncy Castle. I reviewed the Bouncy Castle documentation and searched online for information regarding the default Initialization Vector (IV) length and size used by Bouncy Castle when performing AES-GCM encryption. However, I couldn’t find specific details about the default IV settings for Bouncy Castle, particularly for version 1.70
Upvotes: 0
Views: 131