We would like to decrypt data stored in Microsoft Access.
Without getting into too much detail we have a Web Form, written in PHP, that saves Form Data (encrypted) to a MySQL table. MS Access copies that Form Data (via an ODBC link) from MySQL to its own table. I am following this post Decrypt PHP encrypted string in C# thinking that VBA and VB.net should be close enough that I can work out the errors. But I don't see System.Security.Cryptography listed in 'Access database Object Library'. Is it possible to add System.Security.Cryptography to MS Access and if so how? If MS Access doesn't support adding System.Security.Cryptography, do you have any ideas on how to decrypt data within MS Access that was encrypted in PHP?
Thanks