HardwareHeaven.com

HardwareHeaven.com

Looking for the skin chooser?
 
 
  • Home

  • Hardware reviews

  • Articles

  • News

  • Tools

  • Gaming at HardwareHeaven

  • Forums

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Programming, Coding, (Web)Design


Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people.

Reply
 
Thread Tools
Old Nov 14, 2003, 11:07 PM   #1
DriverHeaven Addict
 
Calinerti's Avatar
 
Join Date: Sep 2002
Location: Elysium
Posts: 330
Rep Power: 0
Calinerti is on a distinguished road

Donator
Protecting Spreadsheets

Is there a way to take a spreadsheet (made with Excel) and protect it, so that others may use it, but not see the formulas? I dont want anybody to be able to copy it.
Calinerti is offline   Reply With Quote


Old Nov 19, 2003, 07:08 AM Threadstarter Thread Starter   #2
DriverHeaven Addict
 
Calinerti's Avatar
 
Join Date: Sep 2002
Location: Elysium
Posts: 330
Rep Power: 0
Calinerti is on a distinguished road

Donator
I found out that what needs to be done is to "compile" and make a .exe file. Not too sure what that means. Google has failed me. Does anyone have a link to such a "compiler"? or a link where I can learn more?
Calinerti is offline   Reply With Quote
Old Nov 19, 2003, 07:22 AM   #3
HardwareHeaven Extreme Member
 
The_Neon_Cowboy's Avatar
 
Join Date: Dec 2002
Location: U.S.A.
Posts: 16,009
Rep Power: 92
The_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the rough
System Specs

well, the big question is do you vb6 or a programming language?
__________________
The_Neon_Cowboy is offline   Reply With Quote
Old Nov 19, 2003, 07:41 AM   #4
Unbiased.
 
Join Date: Jun 2002
Posts: 4,812
Rep Power: 0
ToshiroOC is on a distinguished road

One cannot compile a spreadsheet. The only way to hide your algorithms is to write an independent program outside of Excel, and even then a skilled assembly coder could decipher them. The most secure way to protect data like that is to have the input and output handled remotely, such as through a webserver, and keep the algorithms only accessable through remote access.
__________________
[img][/img]
[color=White]Peace be with you, Joe.[/color]
Driverheaven Staff Member (Supermoderator)
ToshiroOC is offline   Reply With Quote
Old Nov 19, 2003, 01:51 PM   #5
DivrerHaeven Seinor Mebmer
 
Join Date: Mar 2003
Location: Baltimore, MD
Posts: 236
Rep Power: 0
Oblivious is on a distinguished road

Quote:
Originally posted by ToshiroOC
One cannot compile a spreadsheet. The only way to hide your algorithms is to write an independent program outside of Excel, and even then a skilled assembly coder could decipher them. The most secure way to protect data like that is to have the input and output handled remotely, such as through a webserver, and keep the algorithms only accessable through remote access.
Thats a bit extreme. After all how many people do you know that are experienced at analyzing machine code? In my case I can count them on the fingers of one hand.
__________________
Pepole olny raed wrods. Btu oyu shuodl sitll check oyur spleling!
http://realgar.hopto.org
Oblivious is offline   Reply With Quote
Reply

Thread Tools