Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hmm..
it's worse than you think... Workbook and Worksheet protection encrypt the stored data. (Although the encryption algoritm for worksheet is absurdly weak) VBA project protection does NOT encrypt the data, it merely prevents access to it. Even if it had a strong algoritm: As long as you dont use workbook protection (which DOES encrypt all contents of the file), then the modules' data is saved in plain text and can by read from the file with any hex editor, regardless of VBA password. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool ?B?RWR3aW4gVGFtIChNUyBNVlAp?= wrote: (Note: Let's "critically evaluate" the password protection feature for VBA Projects. We do not discuss "Techniques to break a password" here. Also, let's restrict our scope to VBA projects.) Let's talk about this. Welcome anybody's idea, welcome especially someone in Microsoft. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching Multiple Timesheets for a project code and then.... | Excel Worksheet Functions | |||
Put Password Protection in Code | Excel Discussion (Misc queries) | |||
Code for workbook protection | Excel Discussion (Misc queries) | |||
Sheet Protection and VBA Code | Excel Discussion (Misc queries) | |||
inserted code into project but can't run it in run dialogbox | Excel Programming |