Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Where can I find AES sample sourcecode for VBA?
I am trying to add block cipher functionality to a series of VBA modules in an Excel environment. I also want to learn more about this encryption algorithm. Since it is an open standard, I should be able to get this right? But I cannot find sample source code for VBA or even VB.NET.
1 Answer
- rob_crowther_ukLv 41 decade agoFavorite Answer
I found this page which has VB6 and VBScript implementations, should be easy enough to port one or other of them to VBA:
http://www.freevbcode.com/ShowCode.Asp?ID=2389
This page has lots of cryptography stuff in VBA, but it seems like you have to buy the AES version: