How do I encrypt the body text of an email? Can I use PGP in conjunction with JavaMail?
Location: http://www.jguru.com/faq/view.jsp?EID=29831 Created: Mar 29, 2000 Modified: 2000-04-24 19:51:06.138 Author: Shiva Kumar (http://www.jguru.com/guru/viewbio.jsp?EID=29825) Question originally posed by Gary Moh (http://www.jguru.com/guru/viewbio.jsp?EID=23320 If you are an US/Canadian you can use the JCE (Java Cryptographic Extension), available from Sun (http://java.sun.com/products/jce/). Remember that after encryption, you will get binary output, so don’t forget to base64 encode, otherwise X.25 mailing systems may corrupt the mailed data.