Click here to Skip to main content
15,885,546 members
Articles / Security / Cryptography

Measuring the performance of AES implementations in .Net Framework (AesManaged vs AesCryptoServiceProvider)

21 Nov 2014MIT7 min read 30.3K   4   4
.Net framework provides two classes that implement AES, a native implementation that calls CAPI and AesManaged which is a purely managed implementation. Which one should you use ?
We're sorry, but the article you are trying to view was deleted at 4 Mar 2024.

Please go to the Cryptography Table of Contents to view the list of available articles in this section.