Re: [opensuse] Implementation of Private & Secure Mail Server & Mailing Lists' Manager



On Wed, 2007-07-04 at 13:56 -0700, Alex Daniloff wrote:
Hello SuSE folkz,


First your wrong only public keys should be exchanged.
The list will have a public key which the subscribers will use to when
sending messages to the list. In turn the list will use the keys of the
user to encrypt messages to them and send them out.

Your risk comes from outside agents who would seek to capture the
server. Herein lies the risk which requires the use of memory not hard
drive to store the lists public and private keys. If they reside in
volatile memory then they can not be captured. If your really smart the
host will reside headless in a confined space with a proximity alarm
which reboots the server if the server is disturbed thus destroying the
list keys.

Using this protocol you have one final risk; picking who can be trusted
to join the list since anyone once joining will still be able to read
all messages but no business or government will be able.

This is the basis of the Spitzer protocol. I have discussed it only a
few times. No one has implemented it as of yet, though it would be
ideal for use by both government and political activists. It has one
primary risk as do all systems the people using it; who must be trusted
to be mindful PKI and physical security of their systems.

In this age of post 911 diminished freedom in America and increased,
unlawful spying on civilians outside America we should all have copies
of the source code and binaries of gnupg.


--
___ _ _ _ ____ _ _ _
| | | | [__ | | |
|___ |_|_| ___] | \/

| \ /|\ || |\ / |~~\ /~~\ /~~| //~~\
| \ / | \ || | X |__/| || |( `--.
|__ | | \| \_/ / \ | \ \__/ \__| \\__/


--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: Is there anyway to control the order of in which the [Run] entries are performed in the registry
    ... registry hive file and that is how they are read. ... The exported lists are in the order they were written to the registry, ... the items in both of these keys may 'look' as if they are ... ALL the commands I gave you do is EXPORT the contents of the ...
    (microsoft.public.windowsxp.general)
  • Re: Why are tuples immutable?
    ... Nothing forces me to have two lists as equal just because there elements ... Any time I want to use the dict elsewhere, ... > pass not only the dict itself, but a list of keys to the dict. ... > memory leaks in C aren't a problem because you've told programmers to ...
    (comp.lang.python)
  • Re: keyboard shortcuts for mose buttons?
    ... folders or files in windows explorer, pressing the ENTER key will open the ... the "mouse keys" functionality is of little use. ... their own shortcuts - separate from Windows. ... Print out lists for those things you are likely to use often. ...
    (microsoft.public.windowsxp.accessibility)
  • Re: Standard DBI Proposal
    ... Tcl has dicts, keyed lists, and arrays, all of which have a natural representation of interleaved keys and values. ... I've made good use of writing textual SQL queries out to a file to later be piped into a SQL engine. ... Ought to have a way to inject raw SQL into the connection ...
    (comp.lang.tcl)
  • Re: Newbie help with array handling
    ... The problem is that Python doesn't have a built-in sorted dictionary ... then you can just use a list of lists ... If you need the dict characteristics a lot, then you may use a dict ... (but keys must be hashable objects): ...
    (comp.lang.python)