Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Securing an Excel application

I've done quite a bit of reading from this group regarding excel
application security. It is fairly clear to me that password
protecting worksheets and VBA projects does not provide much security.
These passwords appear to be more an annoyance than anything and can
surely be broken easily and quickly.

From what I read, it seems that the only way to provide real security

is to develop the application into a DLL using VB or similar. Is this
a fair assessment, or is there a means by which true security can be
incorporated into an application?

Regards,
John

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Securing an Excel application

Thats a pretty fair assessment.
Excel passwords work to keep the casual user from messing things up. Anyone
with a little knowledge or the desire to gain access to you VBA code can
easily do it even if password-protected.

VB makes it much more difficult - not impossible - to hack.

The reason has to do with compiled vs. interpreted code which I
could not explain in detail even if there were room here.

" wrote:

I've done quite a bit of reading from this group regarding excel
application security. It is fairly clear to me that password
protecting worksheets and VBA projects does not provide much security.
These passwords appear to be more an annoyance than anything and can
surely be broken easily and quickly.

From what I read, it seems that the only way to provide real security

is to develop the application into a DLL using VB or similar. Is this
a fair assessment, or is there a means by which true security can be
incorporated into an application?

Regards,
John


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Securing Excel Workbook A.El Tohamy Excel Worksheet Functions 2 March 2nd 08 01:04 PM
Securing Formulas bird007 Excel Discussion (Misc queries) 3 February 16th 07 11:59 PM
Securing a workbook Roundy Excel Discussion (Misc queries) 0 April 19th 06 04:24 PM
Securing VB Projects? Jeffrey Marcellus Excel Programming 1 May 19th 04 07:25 PM
securing your vba program solo_razor[_37_] Excel Programming 1 November 18th 03 05:47 PM


All times are GMT +1. The time now is 06:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"