#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel & Security

Group,

A user in my company recently presented me a cool "product
configuration" tool he'd created within Excel. He must have spent
hours/days/weeks creating it.
We are working in a Citrix environment, and I would like for the rest
of my users to use this configuration tool.

However, I would like to prevent my users from "running" off with the
tool. So I am trying to consider different ways of securing it.
Obviously I can make it read-only, so they'll need to enter a password
to be able to make changes.

Is there a way to lock it further down - like fx. putting a password
protection in place, that will either check a web application for
authentication, or expire after say 1 month?

I am aware that the tool should have not been done in Excel, but
rather some sort of DB application. This, however, is not the case.

Any hints would be much appreciated.

Mike

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Excel & Security

The general rule is Excel is neither a secure program nor securable.

How technically proficient are your users? By which I mean, can they do the
following:

1) Google "excel password cracker"
2) Install the macro code they find as a result of such a google search
3) Run the macro

Doubtless most people with the interest in stealing a workbook from its
creator can do the above three things.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"mich" wrote:

Group,

A user in my company recently presented me a cool "product
configuration" tool he'd created within Excel. He must have spent
hours/days/weeks creating it.
We are working in a Citrix environment, and I would like for the rest
of my users to use this configuration tool.

However, I would like to prevent my users from "running" off with the
tool. So I am trying to consider different ways of securing it.
Obviously I can make it read-only, so they'll need to enter a password
to be able to make changes.

Is there a way to lock it further down - like fx. putting a password
protection in place, that will either check a web application for
authentication, or expire after say 1 month?

I am aware that the tool should have not been done in Excel, but
rather some sort of DB application. This, however, is not the case.

Any hints would be much appreciated.

Mike


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel & Security

There's nothing you can do to stop people from copying the file to a different
location (and take it home?).

You could give yourself a false sense of security by using macros to try to
disable workbook if it isn't opened in an approved location (from a network
drive???), but this kind of protection can be broken by anyone who wants to.


mich wrote:

Group,

A user in my company recently presented me a cool "product
configuration" tool he'd created within Excel. He must have spent
hours/days/weeks creating it.
We are working in a Citrix environment, and I would like for the rest
of my users to use this configuration tool.

However, I would like to prevent my users from "running" off with the
tool. So I am trying to consider different ways of securing it.
Obviously I can make it read-only, so they'll need to enter a password
to be able to make changes.

Is there a way to lock it further down - like fx. putting a password
protection in place, that will either check a web application for
authentication, or expire after say 1 month?

I am aware that the tool should have not been done in Excel, but
rather some sort of DB application. This, however, is not the case.

Any hints would be much appreciated.

Mike


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel & Security

On Mar 9, 2:14 pm, Dave F wrote:
The general rule is Excel is neither a secure program nor securable.

How technically proficient are your users? By which I mean, can they do the
following:

1) Google "excel password cracker"
2) Install the macro code they find as a result of such a google search
3) Run the macro


Haha.. I'm aware of this. Luckily my users are not able to do this -
and if they are; they are welcome to take the file.
I just want to do a "simple" first defense.

Mike


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel & Security

On Mar 9, 2:22 pm, Dave Peterson wrote:
There's nothing you can do to stop people from copying the file to a different
location (and take it home?).

You could give yourself a false sense of security by using macros to try to
disable workbook if it isn't opened in an approved location (from a network
drive???), but this kind of protection can be broken by anyone who wants to.


Thanks. I was not aware that this is possible via macros.
I'll give it a try.

Thanks.

Mike




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel & Security

My point was that even if you rely on some macro solution, then you're doomed to
failure. It'll only provide you with a false sense of security.


mich wrote:

On Mar 9, 2:22 pm, Dave Peterson wrote:
There's nothing you can do to stop people from copying the file to a different
location (and take it home?).

You could give yourself a false sense of security by using macros to try to
disable workbook if it isn't opened in an approved location (from a network
drive???), but this kind of protection can be broken by anyone who wants to.


Thanks. I was not aware that this is possible via macros.
I'll give it a try.

Thanks.

Mike


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel & Security

On Mar 9, 2:48 pm, Dave Peterson wrote:
My point was that even if you rely on some macro solution, then you're doomed to
failure. It'll only provide you with a false sense of security.


Yes. I understand - but it'll do fine for now - even though it is not
protected.

Mike


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 268
Default Excel & Security

Firstly, there is no such thing as 100% security. What can be coded can be
decoded. Remember, during WW2, the Germans thought their codes could not be
cracked and, to make matters worse, couldn't accept evidence that their
codes were being cracked.



One way of securing information is to use a password manager. A1 Roboform
Pro and Keepass Password Safe received a good rating from PCPro recently. I
don't know how difficult they are to use or how efficient they are in
security.



Regards.


Bill Ridgeway
Computer Solutions

"Dave F" wrote in message
...
The general rule is Excel is neither a secure program nor securable.

How technically proficient are your users? By which I mean, can they do
the
following:

1) Google "excel password cracker"
2) Install the macro code they find as a result of such a google search
3) Run the macro

Doubtless most people with the interest in stealing a workbook from its
creator can do the above three things.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"mich" wrote:

Group,

A user in my company recently presented me a cool "product
configuration" tool he'd created within Excel. He must have spent
hours/days/weeks creating it.
We are working in a Citrix environment, and I would like for the rest
of my users to use this configuration tool.

However, I would like to prevent my users from "running" off with the
tool. So I am trying to consider different ways of securing it.
Obviously I can make it read-only, so they'll need to enter a password
to be able to make changes.

Is there a way to lock it further down - like fx. putting a password
protection in place, that will either check a web application for
authentication, or expire after say 1 month?

I am aware that the tool should have not been done in Excel, but
rather some sort of DB application. This, however, is not the case.

Any hints would be much appreciated.

Mike




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 security updates mozzie Excel Discussion (Misc queries) 3 January 12th 07 02:51 PM
Security loophole via Excel!!! CyberDwarf Setting up and Configuration of Excel 3 December 18th 06 10:49 AM
Excel Security Zygan Excel Discussion (Misc queries) 8 June 12th 06 01:22 AM
Excel Security?? Chris Watson Excel Discussion (Misc queries) 1 March 3rd 06 12:14 PM
Excel/Office Security Ronald R. Dodge, Jr. Setting up and Configuration of Excel 0 February 26th 06 04:41 AM


All times are GMT +1. The time now is 04:15 PM.

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"