所以我的Excel-VBA项目密码很容易被破解...有什么其他的选择? [英] So my Excel-VBA project password can easily be cracked... What are other options?

查看:222
本文介绍了所以我的Excel-VBA项目密码很容易被破解...有什么其他的选择?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

现在我知道有一个易于解决方法 标准方式锁定和密码保护VBA代码,我想继续采取更有效的方式来保护代码。我要向客户端提供一个基于Excel的工具,但是比起简单的烦恼型保护,只会阻止非常懒惰的黑客。

Now that I know that there is an easy workaround to the standard way of locking and password-protecting VBA code, I'd like to move on to more effective ways of protecting code. I am to deliver an Excel-based tool to a client, but would like something more than simple annoyance-type protection that will only deter the very laziest of hackers.

Excel-VBA中是否有任何选项,或者我们真的需要编译一个单独的应用程序,并忘记了我们基于Excel的界面?建议和启示欢迎!

Are there any options in Excel-VBA, or do we really have to compile a separate application and forget about our Excel-based interface? Suggestions and enlightenment welcome!

谢谢

推荐答案

有效的方法是将您的VBA代码移动到VB6编译的Com / automation插件。

The easiest and most efficient way is to move your VBA code to a VB6 compiled Com/automation addin.

或者,如果性能不是,您可能需要考虑.Net(与混淆器)解决方案重要。

Or you may want to consider a .Net (with obfuscator) solution if performance is not important.

这篇关于所以我的Excel-VBA项目密码很容易被破解...有什么其他的选择?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆