Re: "Perfect" or "Provable" security both crypto and non-crypto?
From: Paul Rubin (//phr.cx_at_NOSPAM.invalid)
Date: 09/14/04
- Next message: Paul Rubin: "Re: "Perfect" or "Provable" security both crypto and non-crypto?"
- Previous message: Douglas A. Gwyn: "Re: "Perfect" or "Provable" security both crypto and non-crypto?"
- Maybe in reply to: Undisclosed: ""Perfect" or "Provable" security both crypto and non-crypto?"
- Next in thread: Valery Pryamikov: "Re: "Perfect" or "Provable" security both crypto and non-crypto?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 14 Sep 2004 13:09:21 -0700
rpw3@rpw3.org (Rob Warnock) writes:
> You've already gotten several other answers to this, but generally,
> the techniques tend to get used occasionally (a fraction of the time)
> by those familiar with them (a fraction of coders) on difficult algorithms
> (a fraction of problems), when the coder really, *really* wants to
> get it right. For example, I used it once on a portion of embedded
> firmware having to do with allocating ATM time-slots for a digital-
> media server. It took a while, but the resulting code "just worked"
> [and the last time I checked, was still in use 7 years later].
The fact is, "difficult algorithms" comprise about 0.001% of the
actual code in real-world software. And oddly enough, those
algorithms are often the easiest to use formal methods on, since you
can succinctly express what they're supposed to do (e.g. a sorting
algorithm is supposed to make an output vector with a particular
ordering relation between the elements). It's a heck of a lot harder
to succinctly express what a digital media server (taken as an entire
body of software) is supposed to do. In fact the specification is
likely to be as buggy as the code.
- Next message: Paul Rubin: "Re: "Perfect" or "Provable" security both crypto and non-crypto?"
- Previous message: Douglas A. Gwyn: "Re: "Perfect" or "Provable" security both crypto and non-crypto?"
- Maybe in reply to: Undisclosed: ""Perfect" or "Provable" security both crypto and non-crypto?"
- Next in thread: Valery Pryamikov: "Re: "Perfect" or "Provable" security both crypto and non-crypto?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|