Using AesCryptoServiceProvider in VB.NET
- by Collegeman
My problem is actually a bit more complicated than just how to use AES in VB.NET, since what I'm really trying to do is use AES in VB.NET from within a Java application across JACOB. But for now, what I need to focus on is the AES implementation itself.
Here's my encryption code
Public Function EncryptAES(ByVal toEncrypt As String, ByVal key As…