Skip to content

Is AesGcm thread safe? #71198

Answered by PathogenDavid
kostya9 asked this question in Q&A
Jun 23, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

You cannot.

Looking at the implementation of EncryptCore (specifically the OpenSSL implementation) you can see there's state being stored in the _ctxHandle that would not appreciate differing across threads.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@kostya9
Comment options

@TonyValenti
Comment options

@Xyncgas
Comment options

Answer selected by kostya9
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants