Hi everybody,

when encrypting using gpg, you can use this command:
$ gpg -e -u "Sender User Name" -r "Receiver User Name" *somefile*

​as you see, sender's key will be included in the message. But in
Openpgp.js, there is no explicit way to add sender's key. Although, as I
guess we can use something like this:

openpgp.encryptMessage([sender_key, receiver_key], ​'message');

Am I right?​

-- 
محمدرضا کریمی
_______________________________________________

http://openpgpjs.org
Subscribe/unsubscribe: http://list.openpgpjs.org

Reply via email to