This adds support for multiple recipients. Recipients' usernames can be given as a comma separated list with no spaces. This is backwards compatible (as long as no one has a comma in their username).
Example Usage:
$ keybase encrypt alice,charlie # encrypts to 2 people, can include yourself.
$ keybase encrypt --sign alice,bob,charlie # encrypts to 3 people and signs.
$ keybase encrypt bob # still works :)
This adds support for multiple recipients. Recipients' usernames can be given as a comma separated list with no spaces. This is backwards compatible (as long as no one has a comma in their username).
Example Usage:
This should address: https://github.com/keybase/keybase-issues/issues/1405 https://github.com/keybase/keybase-issues/issues/182