Search code examples
.netaeshardware-acceleration

Hardware AES support for .NET


This is a simple one. Does .NET implementations of AES support hardware encryption/decryption?


Solution

  • I can't find much information but this answer to this question implies that AesCryptoServiceProvider will make uses of AES-NI when available.