I'm looking for a function for VBA in Access to perform MD5 Encryption.
Can anybody point me in the right direction?
Thanks!
Sincerely,
Matt Schwartz
matt@nelix.com
www.nelix.com
www.nelixtransax.com
No built-in functions for encryption that I am aware of...
You may have to use a third party add-in if there is one, or create your own
utility in VB, VB.NET etc.
Steve
> I'm looking for a function for VBA in Access to perform MD5 Encryption.
> Can anybody point me in the right direction?
[quoted text clipped - 7 lines]
> www.nelix.com
> www.nelixtransax.com
Matt Schwartz - 21 Sep 2007 03:39 GMT
Thanks!
Do you know of any third party add-in's that would handle this?
Sincerely,
Matt Schwartz
matt@nelix.com
www.nelix.com
www.nelixtransax.com
> No built-in functions for encryption that I am aware of...
>
> You may have to use a third party add-in if there is one, or create
> your own utility in VB, VB.NET etc.
>
> Steve
Take a look at
http://aspnet.4guysfromrolla.com/articles/103002-1.aspx
Hopefully it is what you are looking for!

Signature
Hope this helps,
Daniel P
> I'm looking for a function for VBA in Access to perform MD5 Encryption.
> Can anybody point me in the right direction?
[quoted text clipped - 7 lines]
> www.nelix.com
> www.nelixtransax.com
Matt Schwartz - 21 Sep 2007 03:38 GMT
> Take a look at
>
> http://aspnet.4guysfromrolla.com/articles/103002-1.aspx
>
> Hopefully it is what you are looking for!
Thanks! This is close to what I'm looking for, but this outlines how to
perform the encryption in .NET before passing the data onto the database.
I'm looking for the same thing, but done resident with in Access in a VBA
module.
I appreciate your help!
Sincerely,
Matt Schwartz
matt@nelix.com
www.nelix.com
www.nelixtransax.com