Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Building a secure add-in

I want to build an add-in and distribute it, but would like to secure it as
much as possible. From other comments it is obvious that just putting a
password on the project is not very secure.

Does anyone have any suggestions.

Jeff


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Building a secure add-in

The only secure way is to create it as a VB DLL, but that requires a full
version of VB, and is much more work.

Oh, there is also XLL, but I have never used these so I cannot comment on
what is required, how difficult it is, or how secure.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Jeff" wrote in message
...
I want to build an add-in and distribute it, but would like to secure it

as
much as possible. From other comments it is obvious that just putting a
password on the project is not very secure.

Does anyone have any suggestions.

Jeff




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Building a secure add-in

Jeff
there are 3 main options for addins

xla - basically a hidden workbook, easy to
install/distribute, easy to break into

COM DLL - compiled code, so more complex to break into,
requires registry access to install

XLL - native code, simple install, no registry required,
even harder to reverse engineer, generally harder to write
(need c++, or delphi or another language that can complie
to native code (ie not standard VB))

a rough indication of relative effort
xla are the easiest, com dlls could take approx 2-4 times
as long to build and test, xlls maybe a bit longer,
although it totally varies with the type of add-in

Which you choose depends on your target audience,
performance, functionality, potential loss due to
compromised code, etc etc
Many organisation make a happy living using xlas, as most
users are fairly honest.

cheers
Simon
-----Original Message-----
I want to build an add-in and distribute it, but would

like to secure it as
much as possible. From other comments it is obvious that

just putting a
password on the project is not very secure.

Does anyone have any suggestions.

Jeff


.

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
Excel - how to se Secure FTP Ve.Bala Excel Discussion (Misc queries) 1 July 25th 09 09:56 PM
Secure Information Michael Link Excel Discussion (Misc queries) 0 March 7th 06 04:03 PM
Secure Workbook SuperJas Excel Programming 2 December 15th 03 05:18 AM
secure your worsheet using vba solo_razor[_34_] Excel Programming 1 November 17th 03 02:03 PM
secure a sheet solo_razor[_25_] Excel Programming 1 November 4th 03 01:21 PM


All times are GMT +1. The time now is 02:33 PM.

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

About Us

"It's about Microsoft Excel"