xqyhome 发表于 2005-7-2 10:49:00

<BR>我用了VBALock.exe,我晕的没有专门备份,加密后把project.dvb.bak改为project.dvb再加载也要密码了,这样我就算弄丢了我的源代码,请问明主,还有办法解决吗?谢谢!       <BR>

my_computer 发表于 2005-7-22 10:09:00

<P>请教一下,如果做成VB的程序是不是更安全.</P>

czlj2008 发表于 2005-7-24 17:21:00

<P>不错</P>

yzgaozj 发表于 2005-8-20 10:32:00

谢谢楼主,挺好用。

my_computer 发表于 2005-8-22 20:17:00

<P>大家如果很在意自己的程序的话,还是用些功夫在Vb上吧,如果你不能脱离Vba的话,那就研究一下Vb和VBA结合,因为现在还没有真正安全的Vba加密方式(包括楼主的程序).</P>

neteasy 发表于 2005-8-22 22:44:00

可以把常用的程序做成DLL文件,然后在VBA中调用.

yoursmile 发表于 2005-11-6 22:42:00

好东西呀!!!!!!

yzg_208 发表于 2005-11-23 13:05:00

解密问题

<P>你好:</P>
<P>本人使用你去年的加密程序加密了一个DVB文件,使用了汉字密码,用你加密程序的解密功能也不能恢复,去年和你说过的.现在是我的笔记本被偷,在也看不到原代码了,我把DVB文件和密码发给你,帮忙解一下,虽然那是个过失的版本,但也比从头做好!行吗?</P>
<P>&nbsp;&nbsp;&nbsp; 万分感谢! <A href="mailto:yzg_208@163.com" target="_blank" >yzg_208@163.com</A></P>

wxchenlin 发表于 2005-11-27 13:35:00

加密很好用,谢谢

hxjtxd 发表于 2005-12-6 11:15:00

<P>有几个问题希望高手进行讨论:</P>
<P>1。autocad 中增加用户路径</P>
<P>&nbsp; Public Sub addpath()<BR>&nbsp;&nbsp;&nbsp; Dim str1 As String<BR>&nbsp;&nbsp;&nbsp; Dim str2 As String<BR>&nbsp;&nbsp;&nbsp; Dim newSupportPath As String<BR>&nbsp;&nbsp;&nbsp; str1 = acadDoc.Application.Preferences.Files.SupportPath<BR>&nbsp;&nbsp;&nbsp; newSupportPath = str1 + Chr(13) + Chr(10) + ";d:\jmpunch"<BR>&nbsp;&nbsp;&nbsp; acadDoc.Application.Preferences.Files.SupportPath = newSupportPath<BR>&nbsp;End Sub<BR>&nbsp; 能不能实现autocad自动加载</P>
<P>2。 用vb&nbsp;做dll&nbsp; 在运行中注册</P>
<P>&nbsp; regsvr32 d:\uu\wydll.dll</P>
<P>&nbsp;能不能实现autocad自动注册</P>
<P>Declare Sub ZDS_HXJ Lib "d:\jmpunch\baoji.dll" ()</P>
<P>如何找到dll的类</P>
<P>&nbsp;&nbsp; &nbsp;</P>
页: 1 2 [3] 4 5 6 7 8 9 10 11
查看完整版本: DVB文件加密器