Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Computer Arcana » Computer Folklore » Famous paper on security and source code from the '60s or '70s
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Famous paper on security and source code from the '60s or '70s [message #366384] Tue, 17 April 2018 04:42 Go to next message
Anonymous
Karma:
Originally posted by: Fustbariclation

Famous paper on security and source code from the '60s or '70s

I have been looking, again, for a paper. Unfortunately, I don't recall who wrote it, but it was one of the famous figures in computer science - von Neumann or Knuth, perhaps.

The paper gives a simple demonstration of the difficulty of finding a trapdoor in object code. It's an early pointer to the vital importance of open source.

I'd be grateful if anybody can give the URL of the .pdf of the paper.
Re: Famous paper on security and source code from the '60s or '70s [message #366386 is a reply to message #366384] Tue, 17 April 2018 05:04 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Bob Eager

On Tue, 17 Apr 2018 01:42:57 -0700, Fustbariclation wrote:

> Famous paper on security and source code from the '60s or '70s
>
> I have been looking, again, for a paper. Unfortunately, I don't recall
> who wrote it, but it was one of the famous figures in computer science -
> von Neumann or Knuth, perhaps.
>
> The paper gives a simple demonstration of the difficulty of finding a
> trapdoor in object code. It's an early pointer to the vital importance
> of open source.
>
> I'd be grateful if anybody can give the URL of the .pdf of the paper.

I am not sure if you are thinking of this, because you *could* find the
trapdoor in the object code - but not in the source. It's very
interesting, anyway.

https://dl.acm.org/citation.cfm?id=358210

--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org
Re: Famous paper on security and source code from the '60s or '70s [message #366387 is a reply to message #366384] Tue, 17 April 2018 05:26 Go to previous messageGo to next message
Ahem A Rivet's Shot is currently offline  Ahem A Rivet's Shot
Messages: 4843
Registered: January 2012
Karma: 0
Senior Member
On Tue, 17 Apr 2018 01:42:57 -0700 (PDT)
Fustbariclation <peter.h.m.brooks@gmail.com> wrote:

> Famous paper on security and source code from the '60s or '70s
>
> I have been looking, again, for a paper. Unfortunately, I don't recall
> who wrote it, but it was one of the famous figures in computer science -
> von Neumann or Knuth, perhaps.

Perhaps this one "Reflections on Trusting Trust" by Ken Thompson:

https://www.win.tue.nl/~aeb/linux/hh/thompson/trust.html

--
Steve O'Hara-Smith | Directable Mirror Arrays
C:\>WIN | A better way to focus the sun
The computer obeys and wins. | licences available see
You lose and Bill collects. | http://www.sohara.org/
Re: Famous paper on security and source code from the '60s or '70s [message #366388 is a reply to message #366384] Tue, 17 April 2018 05:46 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Peter Brooks

On Tuesday, 17 April 2018 10:42:58 UTC+2, Peter Brooks wrote:
> Famous paper on security and source code from the '60s or '70s
>
> I have been looking, again, for a paper. Unfortunately, I don't recall who wrote it, but it was one of the famous figures in computer science - von Neumann or Knuth, perhaps.
>
> The paper gives a simple demonstration of the difficulty of finding a trapdoor in object code. It's an early pointer to the vital importance of open source.
>
> I'd be grateful if anybody can give the URL of the .pdf of the paper.

Thank you both very much! That's exactly the paper.

It's brilliant because it puts it so simply, and it is even more relevant today than it was when written.
Re: Famous paper on security and source code from the '60s or '70s [message #366389 is a reply to message #366388] Tue, 17 April 2018 06:16 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Bob Eager

On Tue, 17 Apr 2018 02:46:30 -0700, Peter Brooks wrote:

> On Tuesday, 17 April 2018 10:42:58 UTC+2, Peter Brooks wrote:
>> Famous paper on security and source code from the '60s or '70s
>>
>> I have been looking, again, for a paper. Unfortunately, I don't recall
>> who wrote it, but it was one of the famous figures in computer science
>> - von Neumann or Knuth, perhaps.
>>
>> The paper gives a simple demonstration of the difficulty of finding a
>> trapdoor in object code. It's an early pointer to the vital importance
>> of open source.
>>
>> I'd be grateful if anybody can give the URL of the .pdf of the paper.
>
> Thank you both very much! That's exactly the paper.
>
> It's brilliant because it puts it so simply, and it is even more
> relevant today than it was when written.

I think that Turing Lecture was based on an earlier paper, which I
remember reading a year or two earlier. I can't find it yet, though.



--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org
Re: Famous paper on security and source code from the '60s or '70s [message #366390 is a reply to message #366389] Tue, 17 April 2018 06:59 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Michael Cardell Widerkrantz

Bob Eager <news0007@eager.cx>, 2018-04-17 10:16 (+0000):

> I think that Turing Lecture was based on an earlier paper, which I
> remember reading a year or two earlier. I can't find it yet, though.

The original paper is probably "Multics Security Evaluation:
Vulnerability Analysis" by Karger and Schell from 1974:

http://hack.org/texts/karg74.pdf

They wrote a new paper, "Thirty Years Later: Lessons from the Multics
Security Evaluation", that is also worth a read:

http://hack.org/texts/classic-multics.pdf

--
MC, http://hack.org/mc/
XMPP OTR: f4c09b50 e6d7b04f 7afd37c1 bd3a077e 5ea94a64
Re: Famous paper on security and source code from the '60s or '70s [message #366391 is a reply to message #366390] Tue, 17 April 2018 07:02 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Bob Eager

On Tue, 17 Apr 2018 12:59:18 +0200, Michael Cardell Widerkrantz wrote:

> Bob Eager <news0007@eager.cx>, 2018-04-17 10:16 (+0000):
>
>> I think that Turing Lecture was based on an earlier paper, which I
>> remember reading a year or two earlier. I can't find it yet, though.
>
> The original paper is probably "Multics Security Evaluation:
> Vulnerability Analysis" by Karger and Schell from 1974:
>
> http://hack.org/texts/karg74.pdf
>
> They wrote a new paper, "Thirty Years Later: Lessons from the Multics
> Security Evaluation", that is also worth a read:
>
> http://hack.org/texts/classic-multics.pdf

I was thinking of an older, longer one by Thompson.



--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org
Re: Famous paper on security and source code from the '60s or '70s [message #366393 is a reply to message #366388] Tue, 17 April 2018 07:43 Go to previous messageGo to next message
Jorgen Grahn is currently offline  Jorgen Grahn
Messages: 606
Registered: March 2012
Karma: 0
Senior Member
On Tue, 2018-04-17, Peter Brooks wrote:
> On Tuesday, 17 April 2018 10:42:58 UTC+2, Peter Brooks wrote:
>> Famous paper on security and source code from the '60s or '70s
>>
>> I have been looking, again, for a paper. Unfortunately, I don't
>> recall who wrote it, but it was one of the famous figures in
>> computer science - von Neumann or Knuth, perhaps.
>>
>> The paper gives a simple demonstration of the difficulty of finding
>> a trapdoor in object code. It's an early pointer to the vital
>> importance of open source.
>>
>> I'd be grateful if anybody can give the URL of the .pdf of the
>> paper.
>
> Thank you both very much! That's exactly the paper.

Presumably you mean "Reflections on Trusting Trust" by Ken Thompson,
which others mentioned elsewhere in the thread.

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
Re: Famous paper on security and source code from the '60s or '70s [message #366394 is a reply to message #366390] Tue, 17 April 2018 08:29 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: JimP

On Tue, 17 Apr 2018 12:59:18 +0200, Michael Cardell Widerkrantz
<mc@hack.org> wrote:

> Bob Eager <news0007@eager.cx>, 2018-04-17 10:16 (+0000):
>
>> I think that Turing Lecture was based on an earlier paper, which I
>> remember reading a year or two earlier. I can't find it yet, though.
>
> The original paper is probably "Multics Security Evaluation:
> Vulnerability Analysis" by Karger and Schell from 1974:
>
> http://hack.org/texts/karg74.pdf
>
> They wrote a new paper, "Thirty Years Later: Lessons from the Multics
> Security Evaluation", that is also worth a read:
>
> http://hack.org/texts/classic-multics.pdf

404, not found.
Re: Famous paper on security and source code from the '60s or '70s [message #366404 is a reply to message #366384] Tue, 17 April 2018 14:25 Go to previous messageGo to next message
Anne &amp; Lynn Wheel is currently offline  Anne &amp; Lynn Wheel
Messages: 3156
Registered: January 2012
Karma: 0
Senior Member
no source code, there is the 74 multics airforce paper
https://csrc.nist.gov/csrc/media/publications/conference-pap er/1998/10/08/proceedings-of-the-21st-nissc-1998/documents/e arly-cs-papers/karg74.pdf

--
virtualization experience starting Jan1968, online at home since Mar1970
Re: Famous paper on security and source code from the '60s or '70s [message #366405 is a reply to message #366404] Tue, 17 April 2018 14:31 Go to previous messageGo to next message
Anne &amp; Lynn Wheel is currently offline  Anne &amp; Lynn Wheel
Messages: 3156
Registered: January 2012
Karma: 0
Senior Member
Anne & Lynn Wheeler <lynn@garlic.com> writes:
> no source code, there is the 74 multics airforce paper
> https://csrc.nist.gov/csrc/media/publications/conference-pap er/1998/10/08/proceedings-of-the-21st-nissc-1998/documents/e arly-cs-papers/karg74.pdf

30 year later paper (at the time karger at watson and paper was at ibm
also, but since gone 404) ...
https://www.acsac.org/2002/papers/classic-multics.pdf

past refs:
http://www.garlic.com/~lynn/2002l.html#42 Thirty Years Later: Lessons from the Multics Security Evaluation
http://www.garlic.com/~lynn/2002p.html#13 Multics on emulated systems?
http://www.garlic.com/~lynn/2004j.html#41 Vintage computers are better than modern crap !
http://www.garlic.com/~lynn/2007f.html#25 The Perfect Computer - 36 bits?
http://www.garlic.com/~lynn/2007s.html#31 multics source is now open
http://www.garlic.com/~lynn/2008r.html#18 Comprehensive security?
http://www.garlic.com/~lynn/2009g.html#19 Top 10 Cybersecurity Threats for 2009, will they cause creation of highly-secure Corporate-wide Intranets?
http://www.garlic.com/~lynn/2009n.html#38 Cybersecurity Today: The Wild, Wild West
http://www.garlic.com/~lynn/2010j.html#61 Information on obscure text editors wanted
http://www.garlic.com/~lynn/2010j.html#63 Information on obscure text editors wanted
http://www.garlic.com/~lynn/2011b.html#15 History of copy on write
http://www.garlic.com/~lynn/2012d.html#59 A computer metaphor for systems integration
http://www.garlic.com/~lynn/2012g.html#5 What are the implication of the ongoing cyber attacks on critical infrastructure
http://www.garlic.com/~lynn/2012j.html#97 Gordon Crovitz: Who Really Invented the Internet?
http://www.garlic.com/~lynn/2013.html#29 Java Security?
http://www.garlic.com/~lynn/2013c.html#75 Still not convinced about the superiority of mainframe security vs distributed?
http://www.garlic.com/~lynn/2013h.html#35 Some Things Never Die
http://www.garlic.com/~lynn/2013i.html#11 EBCDIC and the P-Bit
http://www.garlic.com/~lynn/2013m.html#38 Quote on Slashdot.org
http://www.garlic.com/~lynn/2014f.html#10 It's all K&R's fault
http://www.garlic.com/~lynn/2014f.html#11 Before the Internet: The golden age of online services
http://www.garlic.com/~lynn/2014j.html#93 Demonstrating Moore's law


--
virtualization experience starting Jan1968, online at home since Mar1970
Re: Famous paper on security and source code from the '60s or '70s [message #366409 is a reply to message #366394] Tue, 17 April 2018 15:01 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Michael Cardell Widerkrantz

Gah! Mistyped the URLs. Sorry!

JimP <solosam90@gmail.com>, 2018-04-17 07:29 (-0500):

> On Tue, 17 Apr 2018 12:59:18 +0200, Michael Cardell Widerkrantz
> <mc@hack.org> wrote:

>> The original paper is probably "Multics Security Evaluation:
>> Vulnerability Analysis" by Karger and Schell from 1974:
>>
>> http://hack.org/texts/karg74.pdf

http://hack.org/mc/texts/karg74.pdf

>> They wrote a new paper, "Thirty Years Later: Lessons from the Multics
>> Security Evaluation", that is also worth a read:
>>
>> http://hack.org/texts/classic-multics.pdf

http://hack.org/mc/texts/classic-multics.pdf

> 404, not found.

Sorry about that. They are both under my home page with collection of
interesting documents:

http://hack.org/mc/texts.html

not at the top of the hack.org web server. Sorry again.

--
MC, http://hack.org/mc/
XMPP OTR: f4c09b50 e6d7b04f 7afd37c1 bd3a077e 5ea94a64
Re: Famous paper on security and source code from the '60s or '70s [message #366410 is a reply to message #366409] Tue, 17 April 2018 15:08 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: JimP

On Tue, 17 Apr 2018 21:01:01 +0200, Michael Cardell Widerkrantz
<mc@hack.org> wrote:

> Gah! Mistyped the URLs. Sorry!
>
> JimP <solosam90@gmail.com>, 2018-04-17 07:29 (-0500):
>
>> On Tue, 17 Apr 2018 12:59:18 +0200, Michael Cardell Widerkrantz
>> <mc@hack.org> wrote:
>
>>> The original paper is probably "Multics Security Evaluation:
>>> Vulnerability Analysis" by Karger and Schell from 1974:
>>>
>>> http://hack.org/texts/karg74.pdf
>
> http://hack.org/mc/texts/karg74.pdf
>
>>> They wrote a new paper, "Thirty Years Later: Lessons from the Multics
>>> Security Evaluation", that is also worth a read:
>>>
>>> http://hack.org/texts/classic-multics.pdf
>
> http://hack.org/mc/texts/classic-multics.pdf
>
>> 404, not found.
>
> Sorry about that. They are both under my home page with collection of
> interesting documents:
>
> http://hack.org/mc/texts.html
>
> not at the top of the hack.org web server. Sorry again.

I don't see any Multics, nor Security, titled docs there.
Re: Famous paper on security and source code from the '60s or '70s [message #366411 is a reply to message #366410] Tue, 17 April 2018 15:23 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Michael Cardell Widerkrantz

JimP <solosam90@gmail.com>, 2018-04-17 14:08 (-0500):

>> http://hack.org/mc/texts/karg74.pdf

>> http://hack.org/mc/texts/classic-multics.pdf

>> http://hack.org/mc/texts.html

> I don't see any Multics, nor Security, titled docs there.

You're right. An obvious oversight. The direct links works, though.

--
MC, http://hack.org/mc/
XMPP OTR: f4c09b50 e6d7b04f 7afd37c1 bd3a077e 5ea94a64
Re: Famous paper on security and source code from the '60s or '70s [message #366415 is a reply to message #366411] Tue, 17 April 2018 15:49 Go to previous messageGo to next message
scott is currently offline  scott
Messages: 4237
Registered: February 2012
Karma: 0
Senior Member
Michael Cardell Widerkrantz <mc@hack.org> writes:
> JimP <solosam90@gmail.com>, 2018-04-17 14:08 (-0500):
>
>>> http://hack.org/mc/texts/karg74.pdf
>
>>> http://hack.org/mc/texts/classic-multics.pdf
>
>>> http://hack.org/mc/texts.html
>
>> I don't see any Multics, nor Security, titled docs there.
>
> You're right. An obvious oversight. The direct links works, though.

Unless your company firewall blocks 'hack.org' :-(.
Re: Famous paper on security and source code from the '60s or '70s [message #366416 is a reply to message #366411] Tue, 17 April 2018 16:00 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: JimP

On Tue, 17 Apr 2018 21:23:30 +0200, Michael Cardell Widerkrantz
<mc@hack.org> wrote:

> JimP <solosam90@gmail.com>, 2018-04-17 14:08 (-0500):
>
>>> http://hack.org/mc/texts/karg74.pdf
>
>>> http://hack.org/mc/texts/classic-multics.pdf
>
>>> http://hack.org/mc/texts.html
>
>> I don't see any Multics, nor Security, titled docs there.
>
> You're right. An obvious oversight. The direct links works, though.

Argh. I hadn't realized you updated the links. I got both.

Thanks !
Re: Famous paper on security and source code from the '60s or '70s [message #366417 is a reply to message #366415] Tue, 17 April 2018 16:02 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: JimP

On Tue, 17 Apr 2018 19:49:52 GMT, scott@slp53.sl.home (Scott Lurndal)
wrote:

> Michael Cardell Widerkrantz <mc@hack.org> writes:
>> JimP <solosam90@gmail.com>, 2018-04-17 14:08 (-0500):
>>
>>>> http://hack.org/mc/texts/karg74.pdf
>>
>>>> http://hack.org/mc/texts/classic-multics.pdf
>>
>>>> http://hack.org/mc/texts.html
>>
>>> I don't see any Multics, nor Security, titled docs there.
>>
>> You're right. An obvious oversight. The direct links works, though.
>
> Unless your company firewall blocks 'hack.org' :-(.

I'm a retiree, not employed.
Re: Famous paper on security and source code from the '60s or '70s [message #366418 is a reply to message #366411] Tue, 17 April 2018 16:15 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Michael Cardell Widerkrantz

Updated the

http://hack.org/mc/texts.html

with links to the Karger and Schell's texts. And some other things that
were lying around unlinked. Hopefully no one gets too mad.

--
MC, http://hack.org/mc/
XMPP OTR: f4c09b50 e6d7b04f 7afd37c1 bd3a077e 5ea94a64
Re: Famous paper on security and source code from the '60s or '70s [message #366445 is a reply to message #366384] Wed, 18 April 2018 10:29 Go to previous messageGo to next message
Charles Richmond is currently offline  Charles Richmond
Messages: 2754
Registered: December 2011
Karma: 0
Senior Member
On 4/17/2018 3:42 AM, Fustbariclation wrote:
> Famous paper on security and source code from the '60s or '70s
>
> I have been looking, again, for a paper. Unfortunately, I don't recall who wrote it, but it was one of the famous figures in computer science - von Neumann or Knuth, perhaps.
>
> The paper gives a simple demonstration of the difficulty of finding a trapdoor in object code. It's an early pointer to the vital importance of open source.
>
> I'd be grateful if anybody can give the URL of the .pdf of the paper.
>

Here is the "... Trusting Trust" paper in pdf form; one where you do
*not* have to be a member of the ACM to download.

https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thomp son.pdf

(I hope it is complete...)

--
numerist at aquaporin4 dot com
Re: Famous paper on security and source code from the '60s or '70s [message #366448 is a reply to message #366445] Wed, 18 April 2018 11:12 Go to previous messageGo to next message
Anonymous
Karma:
Originally posted by: Bob Eager

On Wed, 18 Apr 2018 09:29:02 -0500, Charles Richmond wrote:

> On 4/17/2018 3:42 AM, Fustbariclation wrote:
>> Famous paper on security and source code from the '60s or '70s
>>
>> I have been looking, again, for a paper. Unfortunately, I don't recall
>> who wrote it, but it was one of the famous figures in computer science
>> - von Neumann or Knuth, perhaps.
>>
>> The paper gives a simple demonstration of the difficulty of finding a
>> trapdoor in object code. It's an early pointer to the vital importance
>> of open source.
>>
>> I'd be grateful if anybody can give the URL of the .pdf of the paper.
>>
>>
> Here is the "... Trusting Trust" paper in pdf form; one where you do
> *not* have to be a member of the ACM to download.
>
> https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thomp son.pdf
>
> (I hope it is complete...)

Strange. The ACM link worked for me. I am an ACM member, but I didn't log
in and it clearly showed that I wasn't logged in.



--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org
Re: Famous paper on security and source code from the '60s or '70s [message #366470 is a reply to message #366384] Thu, 19 April 2018 02:23 Go to previous message
Charles Richmond is currently offline  Charles Richmond
Messages: 2754
Registered: December 2011
Karma: 0
Senior Member
On 4/18/2018 11:40 AM, Dave Garland wrote:
> On 4/18/2018 9:29 AM, Charles Richmond wrote:
>
>> Here is the "... Trusting Trust" paper in pdf form; one where you do
>> *not* have to be a member of the ACM to download.
>>
>> https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thomp son.pdf
>
> Bob's ACM link worked for me, and I'm not a member (and block scripts,
> too).

Just an automatic reaction on my part... so many articles on the ACM
site require membership or the paying of a fee...


--
numerist at aquaporin4 dot com
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Help Fund The A4000 Replica Project (fwd)
Next Topic: Univac 1005 added to bitsavers
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Apr 19 07:51:45 EDT 2024

Total time taken to generate the page: 0.05496 seconds