I do not really understand. What should I do with .gpg (binary message) file?
W dniu 21.04.2015 o 08:19, Michael Vaughn pisze: > Binary files are encrypted using AES, signed and sent as an attachment. > The AES key is also sent as an attachment that is encrypted with the > recipient’s public key. > > > > The recipient decrypts the AES key with his private key, and then uses > AES key to decrypt the binary file. > > > > Hope that helped. > > > > Michael Vaughn > > Fastdata2go.com > > > > *From:*[email protected] [mailto:[email protected]] > *On Behalf Of *Barry de Graaff > *Sent:* Tuesday, April 21, 2015 12:11 AM > *To:* OpenPGP.js Mailing List > *Subject:* RE: [openpgpjs] Decryption of the binary message > > > > I looked for this too, but could not find it, other than some hint in > the Github issues, > > > > ended up base64 encoding first, > > > > If anyone knows how to deal with binary files in openpgp, I also like to > know! > >> Date: Mon, 20 Apr 2015 19:41:20 +0200 >> From: [email protected] <mailto:[email protected]> >> To: [email protected] <mailto:[email protected]> >> Subject: [openpgpjs] Decryption of the binary message >> > Hello > > I am a little lost. Is it possible to decrypt a message which is not > armored, like a file encrypted with gpg? > message.fromBinary() creates only one literal package. > >> _______________________________________________ >> >> http://openpgpjs.org >> Subscribe/unsubscribe: http://list.openpgpjs.org > > > > _______________________________________________ > > http://openpgpjs.org > Subscribe/unsubscribe: http://list.openpgpjs.org > -- Paweł Górny mailto:[email protected] http://pawelgorny.com * only way to feel the noise is when it's good and loud * In reply please use the key: 0xF0F72044 _______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

