> In order to do so, we need to be able to encrypt a payload (being a file > or a json blob) with multiple's recipient keys but without > leaving/leaking the KeyID .
With an OpenPGP message this can only be done by creating a separate message for each recipient. But you might want to avoid to symmetrically encrypt the payload multiple times. There is currently no high level API for this scenario, but I think it's doable. Thomas _______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

