pmarks-net / dtella

A decentralized Direct Connect "hub"
GNU General Public License v2.0
7 stars 2 forks source link

Encrypted & Signed Dynamic Config #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A new config (DNS etc.) format in which all parameters are timestamped,
encrypted (with the network key, or some other kinda-secret symmetric key),
and signed (with an RSA public key in local_config.py).

This would let us store the config in multiple untrusted locations, and
would prevent snooping by people who don't have the right Dtella client.

Original issue reported on code.google.com by sparkm...@gmail.com on 18 Dec 2008 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by jacob.feisley on 2 Mar 2009 at 7:31