[117550] in Cypherpunks
Re: NSA aka 'Big Brother' in Lotus Notes
daemon@ATHENA.MIT.EDU (Adam Back)
Sun Sep 5 20:45:58 1999
Date: Mon, 6 Sep 1999 01:29:01 +0100
Message-Id: <199909060029.BAA01392@server.cypherspace.org>
To: cypherpunks@cyberpass.net
From: Adam Back <adam@cypherspace.org>
In-reply-to: <199909052150.OAA12584@acid.bpm.ai> (message from BPM Mixmaster
Remailer on Sun, 5 Sep 1999 14:50:00 -0700 (PDT))
Reply-To: Adam Back <adam@cypherspace.org>
Anonymous wrote:
> You wrote:
>
> > I did not however reverse engineer in sufficient detail to work out
> > the big number representation to extract the actual the modulus and
> > exponent with good confidence.
>
> Could you perhaps post the raw data?
If you do a grep for 'Big Brother' or 'MiniTruth' on the entire notes
installation you will come up empty.
How I found the key data is as follows from my notes:
Set a breakpoint in SECGetKeyInfo() (it's in nnotes.dll).
This will be used to get either the recipients key, or the NSA's key.
(It seems to call SECGetKeyInfo to fetch the key info a few times).
ESI points to the name info.
When I ran it and displayed the string pointed to by ESI it showed:
O=MiniTruth CN=Big Brother
('MiniTruth' is from Orwell's 1984 -- the 'Ministry of Truth' (ie
government ministry of propaganda, lies, revisionism and unpublishing.)
I'll need to reinstall a few things to give you more data than that.
The notes version I used was a free demo / trial version reporting as:
46a (international) release 21 Nov 1997
downloaded from www.lotus.com. (you need to download domino if you
want to get it working -- notes alone I don't think will work without
a domino server -- domino includes a notes client, and domino server).
If I recall I think I figured the NSA's key was a 768 bit RSA key.
Adam