Re: Creating secured word "Viewers" by Word
Word
Sun Aug 01 20:53:03 CDT 2004
G'day "Jonathan West" <jwest@mvps.org>,
If I send you a password locked VBA project, can you open it? My
current solution is to cypher the content and only allow decyphering
on a password being provided.
I scramble the code to make decompiling it harder, so it still boils
down to working out what bit of binary gloop does the decrypt and
running just that.
One of the problems with the test case I have implmented is that,
being a test case, there isnt much binary gloop to sort through which
if we using RSS or similar keys, wouldn't be so much a problem. I am
just using ROT13 for the sake of the exercise.
However, if you consider it easy to smash into protected VBA, then
this method starts to fall apart. The scrambler will slow you down a
lot, but hell, I used to manually decompile binary executables and
data files - no nice var names there but it never stopped me :-)
Steve Hudson - A 6502 EA drifting in cyberspace
steve from wordheretic.com (Email replies require payment)
Jonathan West reckoned:
>Forget about using Word as a secure editing or viewing environment. It isn't
>designed for it. Every so often, somebody comes along here with a wizard
>wheeze for securing documents, and on those occasions that they actually
>provide a sanple document, then it has never taken me longer than a couple
>of minutes to break the security.
>
>Once the document leaves your own secure environment, you cannot control it.
>
>You really need to use different technology for this instead of Word.