M Meagon Guest Jul 12, 2006 #1 Hello, Does anyone now of a class/module/script to encrypt a string in VBA? Thkx, Meagon
Oldsoftboss AWF VIP Local time Today, 17:25 Joined Oct 28, 2001 Messages 2,499 Jul 13, 2006 #2 I use a basic bit of code to encrypt / decrypt a password field on a form if that is any help
Karma Registered User. Local time Today, 08:25 Joined Jun 9, 2006 Messages 105 Jul 13, 2006 #3 http://www.freevbcode.com/ShowCode.asp?ID=6466
W workmad3 ***** Slob Local time Today, 08:25 Joined Jul 15, 2005 Messages 375 Jul 13, 2006 #4 I use a hash/crypto library in my project to store md5 strings in my db for user passwords. The particular one I use is http://www.cryptosys.net/index.html#api which is free for presonal/non commercial use. Hope this helps
I use a hash/crypto library in my project to store md5 strings in my db for user passwords. The particular one I use is http://www.cryptosys.net/index.html#api which is free for presonal/non commercial use. Hope this helps
M Meagon Guest Jul 13, 2006 #5 Thkx to all Great help. Solved the issue combining 2 encryption keys randomly. Looks very nice now. Once again, Thkx!
Thkx to all Great help. Solved the issue combining 2 encryption keys randomly. Looks very nice now. Once again, Thkx!