locked
AesCryptoServiceProvider Support RRS feed

  • Question

  • User-1611427098 posted

    Hi All,

    We are developing encryption process in a asp.net application, we have chosen to use AesCryptoServiceProvider class. But we saw in MSDN "The CAPI implementations are available on older operating systems, and are no longer being developed."
    (https://msdn.microsoft.com/en-us/library/0ss79b2x(v=vs.110).aspx), not sure what does that mean.

    Is it safe to use this class now for development.

    Thanks,
    Satheesh

    Wednesday, December 9, 2015 10:11 PM

Answers

  • User614698185 posted

    Hi Satheesh,

    The CAPI implementations are available on older operating systems, and are no longer being developed

    It means CAPI implementations only are available on older operating systems. CNG is the very latest implementation where new development will take place. So, you could use CNG with your development now.

    Best Regards,

    Candice Zhou

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, December 10, 2015 6:06 AM

All replies

  • User614698185 posted

    Hi Satheesh,

    The CAPI implementations are available on older operating systems, and are no longer being developed

    It means CAPI implementations only are available on older operating systems. CNG is the very latest implementation where new development will take place. So, you could use CNG with your development now.

    Best Regards,

    Candice Zhou

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, December 10, 2015 6:06 AM
  • User-1611427098 posted

    HI Candice,

    Thanks for the reply, I read about CNG, but couldn't find any samples with ASP.Net, not sure how to implement it. Do you have any links or sample which directs me to there?

    Thanks,
    Satheesh

    Thursday, December 10, 2015 2:18 PM
  • User614698185 posted

    Hi Satheesh,

    but couldn't find any samples with ASP.Net, not sure how to implement it.

    You could refer to this document: http://www.codeproject.com/Articles/18609/Next-Generation-of-Cryptography-for-Microsoft-Wind

    Best Regards,

    Candice Zhou

    Friday, December 11, 2015 7:09 AM