Re: How good an encryption algorithm is this?
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 11/24/04
- Next message: Tim Bücker: "Scrolling for two controls"
- Previous message: John Murray: "Re: Thread Doubt."
- In reply to: Bonj: "Re: How good an encryption algorithm is this?"
- Next in thread: Bonj: "Re: How good an encryption algorithm is this?"
- Reply: Bonj: "Re: How good an encryption algorithm is this?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 10:28:56 -0500
"Bonj" <benjtaylor at hotpop d0t com> wrote in message
news:eynosKf0EHA.1932@TK2MSFTNGP09.phx.gbl
>> For now, key exchange needs to be solved on a case-by-case basis
>> (that's what security consultants derive most of their income from).
>> So, maybe if you describe the original problem you are trying to
>> solve, rather than your attempted solution, somebody might be able
>> to help you.
>
>
> It's pretty much the problem of the key needing to be constantly
> persisted in software on the client.
Like I said, key exchange is unsolved in the general case. So by
defining the problem in such general terms, you are not going anywhere.
Let's take yet another step back: _why_ do you need the key constantly
persisted in software on the client? What do you need this key for, what
data are you trying to protect, who needs access to this data, how do
you plan to know she is the right person to have access to said data?
What threats do you envision and are trying to protect against?
I highly recommend "Writing Secure Code" by Michael Howard et al [1]. It
has a chapter on storing secrets securely on Windows machine. All of
them essentially boil down to trusting Windows authentication: if the
person managed to log into her Windows account, you assume that she is
indeed who she says she is.
[1] http://www.amazon.com/exec/obidos/tg/detail/-/0735617228
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
- Next message: Tim Bücker: "Scrolling for two controls"
- Previous message: John Murray: "Re: Thread Doubt."
- In reply to: Bonj: "Re: How good an encryption algorithm is this?"
- Next in thread: Bonj: "Re: How good an encryption algorithm is this?"
- Reply: Bonj: "Re: How good an encryption algorithm is this?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|