keybase / node-client

CLI for keybase.io written in/for Node.js
BSD 3-Clause "New" or "Revised" License
300 stars 32 forks source link

Add support for multiple recipients. #214

Closed mlsteele closed 8 years ago

mlsteele commented 9 years ago

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 should address: https://github.com/keybase/keybase-issues/issues/1405 https://github.com/keybase/keybase-issues/issues/182

sepehr commented 8 years ago

Dying to see this feature merged.

mlsteele commented 8 years ago

Exists in the new client. https://github.com/keybase/client