From nils.braden at web.de Tue May 18 12:11:46 2010 From: nils.braden at web.de (Nils Braden) Date: Tue, 18 May 2010 18:11:46 +0200 Subject: [OTR-dev] java otr Message-ID: <4BF2BC42.1040404@web.de> Hello, I am well aware of hte otr4j-project mentioned in mid-2009 but i would feel more comfortable using the "official" library instead. I just started yesterday with looking at your java-otr 0.1.0 and am stuck with the management of persistent data such as private keys and fingerprints. Is it so that there is nothing implemented yet or am i missing something important? I just cant find a place to handle fingerprints and as far as i an see they are put into a Hashtable which is never saved anywhere and initialized empty every time you start the application. I would appreciate any input on how to handle the datastorage with the library. Best regards, nils -- | mail nils.braden at web.de | | gnupg 0x15C9020E | | skype nils.braden | | jabber n at pentabarf.de | -------------- next part -------------- A non-text attachment was scrubbed... Name: 0x15C9020E.asc Type: application/pgp-keys Size: 2694 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: From govnototalitarizm at gmail.com Fri May 28 07:34:15 2010 From: govnototalitarizm at gmail.com (M) Date: Fri, 28 May 2010 13:34:15 +0200 Subject: [OTR-dev] ECC and OTR Message-ID: <4BFFAA37.90900@gmail.com> Hello. There are recent news about using OTR with ECC for sms encryption. Take a look: http://www.whispersys.com/support.html#6 Source code is not available yet but they promise to release it at some point later. It would be interesting to see how they integrated ECC into protocol instead of DH. Maybe somebody recall discussions about it in mailing list? cheers, Max. From ian at cypherpunks.ca Fri May 28 09:54:52 2010 From: ian at cypherpunks.ca (Ian Goldberg) Date: Fri, 28 May 2010 09:54:52 -0400 Subject: [OTR-dev] ECC and OTR In-Reply-To: <4BFFAA37.90900@gmail.com> References: <4BFFAA37.90900@gmail.com> Message-ID: <20100528135452.GD5364@thunk.cs.uwaterloo.ca> On Fri, May 28, 2010 at 01:34:15PM +0200, M wrote: > Hello. > > There are recent news about using OTR with ECC for sms encryption. Take a look: > > http://www.whispersys.com/support.html#6 > > Source code is not available yet but they promise to release it at > some point later. It would be interesting to see how they integrated > ECC into protocol instead of DH. Maybe somebody recall discussions > about it in mailing list? It would be pretty straightforward; you're just changing the group you're working in. - Ian