pond icon indicating copy to clipboard operation
pond copied to clipboard

Pond

Results 76 pond issues
Sort by recently updated
recently updated
newest added

The Technical documentation [states that](https://github.com/agl/pond/blob/master/doc/tech.html#L8) > Pond assumes the existence of an overlay network that prevents a network attacker from learning which servers a user is connecting to. [...] >...

This means one can't migrate a state file to another computer when a TPM is used. The corresponding [code for the GUI](https://github.com/agl/pond/blob/master/client/gui.go#L1997). See also #103.

Hi, by default I use the GUI client. I have two different messages that are displayed as empty. After checking with the sender we found the problem. The problem does...

Filing here because issues are disabled on go-gtk. I am looking into laying the foundations for eventually making a Debian package for pond. All the crypto dependencies were packaged recently,...

We replace the shell scripts added in https://github.com/agl/pond/pull/161 to run protoc with go generate directives. I'd recommend that @agl rerun go generate himself rather than simply accepting e79daf2 of course....

There are several of situation where one might wish to delete a contact without revoking them, such as halting failed PANDA key exchanges. I could add this feature rather easily...

I'm running MacOS 10.9.5 on a MacBook Air. The app seems to run fine. I added a contact using the "Shared Secret" method that me and this contact agreed upon....

Diceware passwords are easier to remember and communicate. See https://github.com/holizz/diceware/ or https://firstlook.org/theintercept/2015/03/26/passphrases-can-memorize-attackers-cant-guess/ We could improve the entropy per character by removing numbers and symbols from the wordlist, and adding them...