Jeff Burdges
Jeff Burdges
Ain't so much here.. https://github.com/perun-network/polkadot-wallet-grant/wiki/Milestone-1 contains Section 1 - Mostly irelevant chat about common security assumptions, which are a low priority concern, like a single sitation could cover this, unless...
We noticed the networking collum in the table is wrong. All these protocols are synchronous, using more recent work. It's possible there are more subtle flavors of synchrony, but we...
At a high level I do think how users use "subkeys" broadly interpreted diserved more work, which probably requires exploring specific approaches. These TVRFs derifations were meant to provide more...
I believe 31e3538 to be what @agl meant to achieve when he originally coupled the identity key with the public key, but obviously it needs some consideration. In particular, if...
Axolotl needs two-way communication, so you'd need to send messages from the air gapped machine too, and transfer them over.. or finagle some mechanism for transfering 32 byte keys.
@cheme do you have a radix 2 flavor of https://github.com/paritytech/trie or whatever somewhere?
Another option I considered was using `aspell` dictionaries, which supports other languages, but that adds dependencies to the CLI. It's still probably a good idea.
Actually the cleanest approach might be to use `/usr/share/dict/words` or `/usr/dict/words` if they exist. And generate an older hex password if they do not. So drop diceware all together. Any...
There is a C example demonstrating coloration attributes within a `GtkTextView` widget here : http://www.gtkforums.com/viewtopic.php?t=1189 I haven't looked to see if our `gtk-go` supports this feature of `GtkTextView`. Also, I...
Ain't touching this one myself, but it's worth mentioning that GTK+3 has a Windows port, making the GUI doable : http://blogs.gnome.org/mclasen/2013/10/28/gtk-3-on-windows/