Author Topic: Protect vba codes  (Read 7239 times)

0 Members and 1 Guest are viewing this topic.

civil.eng

  • Newt
  • Posts: 66
Protect vba codes
« on: August 21, 2022, 04:35:42 PM »
Hello everyone

As you know vba password or .dvb files can be unlocked or removed easily and it's so sad to anyone who want to publish an commenricial programs.
for a month, I have been looking for a way to make strong vba codes, but it was unseccessfully so far.

ِDo you think it's possible to embed a dvb file into a DLL ObjectArx (.Net or C++) so that users do not access the main dvb file ??
I also interested to know that is it possible to convert vba codes to vb.net ?

Thank in advance.
« Last Edit: August 22, 2022, 01:25:54 AM by civil.eng »

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8659
  • AKA Daniel
Re: Protect vba codes
« Reply #1 on: August 21, 2022, 06:24:58 PM »
Consider moving the section of code you wish to protect, to an ActiveX DLL.
You can do this in C++, .NET, or VB

civil.eng

  • Newt
  • Posts: 66
Re: Protect vba codes
« Reply #2 on: August 22, 2022, 01:44:53 AM »
Consider moving the section of code you wish to protect, to an ActiveX DLL.
You can do this in C++, .NET, or VB

Thanks for replying.
Is that possible to translate all of codes to vb.net Automatically ? (or I should rewrite it line by line ?)