On Tue, Jun 12, 2001 at 04:20:07PM +0100, Chris Wilson wrote: > Hi, > > I have been reading through the information on freenet and was wondering > what the scope is for storing private data on freenet. > > Let me qualify that, what is the possibility that I could encrypt > something into freenet and retrieve it using a private key only? > > This would enable me to store information in freenet, and access it from > any freenet node, and only I would be able to read it.
This is very easily done. In fact, you can create an SSK with an encryption key already. If you don't disseminate it, then you have exactly what your describing. Format is: freenet:SSK at your_ssk_public_keyspace,your_encryption_key/somedocument _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
