Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Protecting an Excel file published on web from unauthorized copying

Is there a way protect an Excel file (and associated formulas) which is
published on web from unauthorized copying and/or create time limited
functionality? Perhaps, converting excel into flash?

thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Protecting an Excel file published on web from unauthorized copyin

Short answer: you put it on the web in such a manner that I can download it,
and there's no stopping me then! If you password protect it, I'll crack the
passwords in the amount of time it takes me to bring up a program I have
designed to do exactly that and point it to the file I've downloaded. Once
it's open, I have pretty much free rein to do what I want. Even if you try
to time limit the functionality via code, I can stop the code from running -
I may not have access to your functions and macros at that point IF you've
locked up the VBA project with a password, but I think I can get around that
also (haven't tried, but I have the methodoligy in mind - may or may not
require cracking password to the VBA project which is tougher to do than
cracking the workbook or worksheet password(s) -- but again, there are tools).

I've never considered trying to convert Excel to Flash - no expertise in
that at all, I suppose it could be done?

If you don't need any inter-action between viewers and the workbook, you
might consider converting it to an Adobe .pdf file, you can assign
limitations on what can be done to those if you use Adobe Acrobat Pro (a few
hundred $$). Or consider just taking screen shots of the sheet(s) if you can
get it all on a screen to shoot it, and just posting the .jpg or .gif file
you create doing that?


"kvin" wrote:

Is there a way protect an Excel file (and associated formulas) which is
published on web from unauthorized copying and/or create time limited
functionality? Perhaps, converting excel into flash?

thanks.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Protecting an Excel file published on web from unauthorized copyin


"JLatham" <HelpFrom @ Jlathamsite.com.(removethis) wrote in message
...
Short answer: you put it on the web in such a manner that I can download

it,
and there's no stopping me then! If you password protect it, I'll crack

the
passwords in the amount of time it takes me to bring up a program I have
designed to do exactly that and point it to the file I've downloaded.

Once
it's open, I have pretty much free rein to do what I want. Even if you

try
to time limit the functionality via code, I can stop the code from

running -
I may not have access to your functions and macros at that point IF you've
locked up the VBA project with a password, but I think I can get around

that
also (haven't tried, but I have the methodoligy in mind - may or may not
require cracking password to the VBA project which is tougher to do than
cracking the workbook or worksheet password(s) -- but again, there are

tools).

I've never considered trying to convert Excel to Flash - no expertise in
that at all, I suppose it could be done?

If you don't need any inter-action between viewers and the workbook, you
might consider converting it to an Adobe .pdf file, you can assign
limitations on what can be done to those if you use Adobe Acrobat Pro (a

few
hundred $$). Or consider just taking screen shots of the sheet(s) if you

can
get it all on a screen to shoot it, and just posting the .jpg or .gif file
you create doing that?



"kvin" wrote:

Is there a way protect an Excel file (and associated formulas) which is
published on web from unauthorized copying and/or create time limited
functionality? Perhaps, converting excel into flash?


thanks.

-----------

one person just asked me is there a way to prevent
downloading(copying/distributing) an .xls file placed on web. Since I am not
excel expert, i just wanted ask some advice. I personally consider that this
is very difficult, if not possible at all. One of the way I see is convert
Excel spreadsheets into html web pages with embedded JavaScript. This html
pages will look and function in the same way as the original spreadsheet.
Then I can encrypt html page with some html protector program, that makes
the decryption very disgusting and hard procedure, so no anyone want to be
caught doing decoding.. This way even is someone will download page it would
not be a problem. The only question is how big is this original xls
spreadsheet, since converting to html add many extra code.



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
Protecting an Excel file CEP77 Excel Discussion (Misc queries) 3 April 23rd 07 10:21 PM
Protecting a file in Excel 2003 KrisP Excel Discussion (Misc queries) 1 November 9th 06 06:08 PM
UnAuthorized Distribution raysefo New Users to Excel 2 May 7th 06 06:21 PM
Protecting Excel file to prevent changes simmerdown Excel Discussion (Misc queries) 1 April 19th 06 10:29 PM
How can I secure a file from unauthorized access? Mark Excel Discussion (Misc queries) 1 May 24th 05 11:59 PM


All times are GMT +1. The time now is 08:39 AM.

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"