Hello,
We all know that vba password is a weak VBA code protection.
There is a technic you probably know called code obfuscation, which enable to noise the code.
- remove comments
- remove format
- change readable var/function names by noisy names aka 0100101010101
- optionally encrypt strings
- etc...
In some cases it is useful to hide code to others, if you don't want share your code...
So in VBA this technic is useful. So I have searched for an addin for this. I have found some modules, but either with a high cost, either not available anymore, or too "light".
But I have found a "free" addin called invisiblebasic : http://sourceforge.net/projects/invisiblebasic/
If the version available is "basic", and not supported anymore, I have noticed that a user has really improved it with very intersting functionalities (including string encryption ! ), and it is very efficient, see the comments/review to know more :
http://sourceforge.net/projects/invisiblebasic/reviews?source=navbar
So I want to share it with you, I'm sure it could interest some persons...![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Laurent
We all know that vba password is a weak VBA code protection.
There is a technic you probably know called code obfuscation, which enable to noise the code.
- remove comments
- remove format
- change readable var/function names by noisy names aka 0100101010101
- optionally encrypt strings
- etc...
In some cases it is useful to hide code to others, if you don't want share your code...
So in VBA this technic is useful. So I have searched for an addin for this. I have found some modules, but either with a high cost, either not available anymore, or too "light".
But I have found a "free" addin called invisiblebasic : http://sourceforge.net/projects/invisiblebasic/
If the version available is "basic", and not supported anymore, I have noticed that a user has really improved it with very intersting functionalities (including string encryption ! ), and it is very efficient, see the comments/review to know more :
http://sourceforge.net/projects/invisiblebasic/reviews?source=navbar
So I want to share it with you, I'm sure it could interest some persons...
Laurent