Hello,
in order to decrypt a message I have the following code:
var message = openpgp.read_message(pgptxt);
var cleartxt = message[0].decrypt(privateKey, sessionKey);How is it possible to get this sessionKey??? Robert Schrenk [email protected]
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

