|
|||||||||||
|
Cryptography and Site Security: Please critique my security idea
From: Robert Paris <rpjava(at)hotmail.com>
Date: Thu Mar 27 2003 - 10:05:15 EST ('binary' encoding is not supported, stored as-is) My company is going to have an application that houses and shares internal documents through an extranet. There has been a concern by the network administrators that even with a firewall, someone might get direct access to the server (housing these documents) whether through hacking or otherwise. If they did, they'd have access to all the documents. So I came up with the following solution, which I'd like some critique on:
As well, I am considering putting a lifespan on the private/public key pair that is used to encrypt the symmetric key that is stored (encrypted) in the user's cookie. What I would do (and I don't have this 100% down) is, if the lifespan is past, create a new key once (for that old key) and use that new key to encrypt the symmetric key and save that to their cookie. So even if they gave the original file to someone (along with username and pass), it'd no longer be useful. I'm not 100% sure how to make this work correctly or even if it's a good idea. Please let me know: 1. What are the weaknesses of this architecture? 2. What performance hits will this cause? 3. What are some alternative/better ways to achieve this?
Some major concerns/limitations:
2. Our users will not be willing to do anything more inconvenient than that one time uploading of the encrypted key. And if possible to do less, they'd prefer this. Especially since they'd prefer a way to have it accessible from any computer not just one with the key (although I'm not sure I think that's the best idea) Received on Thu Mar 27 10:53:59 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:49 EDT |
||||||||||
|
|||||||||||