@isladogs - I tried it this morning with fresh eyes and it works perfectly. Thank you very much for this! I really appreciate your help. Exactly what I wanted to do.
I unblocked the app. I saved to a trusted location. I'm not getting any error messages so I don't think there are any broken references.
The version info is below:
@GPGeorge - I appreciate the time you've taken on this. We're not communicating effectively and it certainly may be my fault.
I'm not trying to protect anything in my application. That would be a completely different conversation. My problem is far simpler than your analogy suggests. I simply...
Your assumption is correct. That is exactly what I'm trying to do. I just want to encrypt the password table. I've been looking for a way to accomplish that. Many people in this post have directed me to helpful examples but unfortunately none of them, so far, seem to work. I have the .NET...
The What: User Passwords
The Who: Anyone
The How: Looking at them in a table
I'm just trying to encrypt the passwords so that they don't appear in plain text.
I verified that I do have the .NET Framework 3.5 control and the two Windows Communication Foundation sub controls selected and installed. According to the articles I've read this was supposed to solve my problem. No luck though. Thank you everyone for your input. I really appreciate it. If I...
@GPGeorge: The "degree of security required" is always the same when it comes to passwords. It can only differ when it concerns other data.
@isladogs - I'm not sure what .NET framework I'm working with. I'm trying to find that out now. But DBGuy's function gives me an Object Required error...
Almost there. Looks like I may need a specific reference but I don't see any .net references in the References section. Any ideas?
Object Required:
Set encoder = CreateObject(“System.Text.UTF8Encoding”)