#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Encryption

"Tim Williams" <timjwilliams at gmail dot com wrote in message
...

You should not rely on Excel security when storing "sensitive"
information.
Workbook/worksheet/VBA project passwords are all easily cracked by anyone
who knows enough to google for the method.

If your encryption/decryption method is implemented in VBA then it would
also be accessible to anyone who obtained your file, and they could use
your
routine to decrypt the data.

Tim


Any idea how (besides saving to a database) I can save this information
securely?

Lydon D. Bergin
MCP, MOS


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Encryption

The problem is denying access to those for which access is not intended.

Encryption might be one form of solution, but it doesn't appear one very
useful if you are going to use the data on a daily basis.

If you can control physical/electronic access to the file, that should be
sufficient - really depends on what the threat is.

--
Regards,
Tom Ogilvy

"Lydon Bergin" wrote in message
...
"Tim Williams" <timjwilliams at gmail dot com wrote in message
...

You should not rely on Excel security when storing "sensitive"
information.
Workbook/worksheet/VBA project passwords are all easily cracked by

anyone
who knows enough to google for the method.

If your encryption/decryption method is implemented in VBA then it would
also be accessible to anyone who obtained your file, and they could use
your
routine to decrypt the data.

Tim


Any idea how (besides saving to a database) I can save this information
securely?

Lydon D. Bergin
MCP, MOS




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Encryption

If you can find a suitable encryption/decryption algorithm which uses a
passphrase not stored in the workbook (you would have to enter it manually
in each session) then that might work.

It really depends on how secure you need the information to be. As Tom
notes, just controlling access to the file might be enough for your
situation.

Tim.

--
Tim Williams
Palo Alto, CA


"Lydon Bergin" wrote in message
...
"Tim Williams" <timjwilliams at gmail dot com wrote in message
...

You should not rely on Excel security when storing "sensitive"
information.
Workbook/worksheet/VBA project passwords are all easily cracked by

anyone
who knows enough to google for the method.

If your encryption/decryption method is implemented in VBA then it would
also be accessible to anyone who obtained your file, and they could use
your
routine to decrypt the data.

Tim


Any idea how (besides saving to a database) I can save this information
securely?

Lydon D. Bergin
MCP, MOS




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
encryption HuaMin[_2_] Excel Discussion (Misc queries) 0 February 24th 10 08:22 AM
Encryption Ken Warthen[_2_] Excel Discussion (Misc queries) 7 April 9th 08 08:56 PM
Encryption type Tarique Excel Discussion (Misc queries) 0 January 2nd 07 05:19 PM
Encryption Milevad Excel Discussion (Misc queries) 0 October 25th 06 10:06 PM
Excel Encryption Key Chris Wagoner Excel Discussion (Misc queries) 2 December 17th 04 04:01 PM


All times are GMT +1. The time now is 05:04 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"