how to decrypt AEAD_AES_256_GCM?

mc 5,406 Reputation points
2023-06-11T01:39:13.74+00:00

I know there is AesGcm can decrypt 128 bit?

but what about 256 bit?

in 128 bit the tag is 16bit what about 256bit? tag size can not be 32.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,267 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,631 Reputation points Volunteer Moderator
    2023-06-12T15:36:05.71+00:00

    You will need an alternate encryption library. Google nuget aes 256, and pick the package that best fits your needs.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.