2

First off, I'm not talking about the traditional symmetric or asymmetric encryption - I'm referring to authentication-encryption (AE) algorithms or modes like EAX or GCM/Galois (which use symmetric crypto within). I also see this question but that's over 2.5 years old!

So the question: Has Microsoft released authentication-encryption classes as part of the official .NET framework? I swear I searched and found nothing. So I'm wondering if they are called under a different label or something?

Side note: The best AE mode, OCB, had it's license relaxed just 2 weeks back :) Goody!

1
  • 1
    Thanks for that heads up on OCB, Sid. Commented Jan 25, 2013 at 8:55

1 Answer 1

2

You can use bouncy castle c# to do GCM pretty easily, however microsoft released a separate framework CLR Security that added gcm support, but it hasn't seen any movement in 3 years.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.