Can we encode the VBScript in Outlook forms so that people cannot read the source code?
K Karen Jul 30, 2004 #1 Can we encode the VBScript in Outlook forms so that people cannot read the source code?
S Sue Mosher [MVP-Outlook] Jul 30, 2004 #2 No. If you want to protect functionality, a form isn't the place to do it. You might consider building some of your functionality into a COM add-in.
No. If you want to protect functionality, a form isn't the place to do it. You might consider building some of your functionality into a COM add-in.
K Ken Slovak - [MVP - Outlook] Jul 30, 2004 #3 No, the best you can do is set a password on the form but that's not very secure and can easily be cracked in code using the Outlook object model.
No, the best you can do is set a password on the form but that's not very secure and can easily be cracked in code using the Outlook object model.
T Trevor Lowing Jul 31, 2004 #4 No, but you can obfuscate the code to make it a pain in the but to understand: http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1 http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfuscation -- --------------------------------- Trevor Lowing Satellite Beach, Fl (e-mail address removed) --------------------------------- Need help with: Access? http://www.mvps.org/access/ Outlook? http://www.slipstick.com/ Visio? http://www.mvps.org/visio/ HTML/CSS? http://www.NCDesign.org Scripting(VBScript/JScript/WSH/XML)? http://www.DevGuru.com http://cwashington.netreach.net/ http://developer.irt.org/script/script.htm
No, but you can obfuscate the code to make it a pain in the but to understand: http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1 http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfuscation -- --------------------------------- Trevor Lowing Satellite Beach, Fl (e-mail address removed) --------------------------------- Need help with: Access? http://www.mvps.org/access/ Outlook? http://www.slipstick.com/ Visio? http://www.mvps.org/visio/ HTML/CSS? http://www.NCDesign.org Scripting(VBScript/JScript/WSH/XML)? http://www.DevGuru.com http://cwashington.netreach.net/ http://developer.irt.org/script/script.htm
S Sue Mosher [MVP-Outlook] Jul 31, 2004 #5 Just curious: Did you have any problems after using an obfuscator with Outlook form VBScript code? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
Just curious: Did you have any problems after using an obfuscator with Outlook form VBScript code? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
K Karen Aug 2, 2004 #6 Thank you very much! Trevor Lowing said: No, but you can obfuscate the code to make it a pain in the but to understand: http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1 http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfuscation -- --------------------------------- Trevor Lowing Satellite Beach, Fl (e-mail address removed) --------------------------------- Need help with: Access? http://www.mvps.org/access/ Outlook? http://www.slipstick.com/ Visio? http://www.mvps.org/visio/ HTML/CSS? http://www.NCDesign.org Scripting(VBScript/JScript/WSH/XML)? http://www.DevGuru.com http://cwashington.netreach.net/ http://developer.irt.org/script/script.htm Click to expand...
Thank you very much! Trevor Lowing said: No, but you can obfuscate the code to make it a pain in the but to understand: http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1 http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfuscation -- --------------------------------- Trevor Lowing Satellite Beach, Fl (e-mail address removed) --------------------------------- Need help with: Access? http://www.mvps.org/access/ Outlook? http://www.slipstick.com/ Visio? http://www.mvps.org/visio/ HTML/CSS? http://www.NCDesign.org Scripting(VBScript/JScript/WSH/XML)? http://www.DevGuru.com http://cwashington.netreach.net/ http://developer.irt.org/script/script.htm Click to expand...