Site Tools


secure-email

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
secure-email [2017/05/15 07:29]
UNKNwYSHSA
secure-email [2017/06/19 07:23] (current)
JavaCardOS [Usage]
Line 1: Line 1:
 ====== ​ Secure Email  ====== ====== ​ Secure Email  ======
  
-   Email is prone to disclosure of information. Most emails are currently transmitted in the plaintext (not encrypted). By means of some available tools, persons other than the designated recipients can read the email contents. Email encryption has been used by journalists and regular users to protect privacy.+Email is prone to disclosure of information. Most emails are currently transmitted in the plaintext (not encrypted). By means of some available tools, persons other than the designated recipients can read the email contents. Email encryption has been used by journalists and regular users to protect privacy.
  
  
-=====   Features=====+=====Features=====
  
-====       1. What is Secure Email?====+====1. What is Secure Email?==== 
 +Secure Email refers that sender encrypt the message with the recipient'​s digital certificate on condition that both of them have e-mail digital certificate.\\ 
 +So that email on the internet will not be stolen during transmission and only the recipient can read encrypted mail. Even if the messages are retained or the sender sent the wrong message, others can not see the content of the message, which ensures the security of communication between users.\\ ​        
 +It's an end to end secure email technology and ensures that the email content can not be modified in the entire process from being sent to being received.\\ ​        
 +Now, PGP and S / MIME are two proven end to end secure e-mail standards.
  
-       Secure Email refers that sender encrypt the message with the recipient'​s digital certificate on condition that both of them have e-mail digital certificate.\\ +====2Pretty Good Privacy (PGP)====
-       So that email on the internet will not be stolen during transmission and only the recipient can read encrypted mail. Even if the messages are retained or the sender sent the wrong message, others can not see the content of the message, which ensures the security of communication between users.\\ +
-        It's an end to end secure email technology and ensures that the email content can not be modified in the entire process from being sent to being received.\\ +
-        Now, PGP and S / MIME are two proven end to end secure e-mail standards.+
  
 +Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication. PGP is often used for signing, encrypting, and decrypting texts, e-mails, files, directories,​ and whole disk partitions and to increase the security of e-mail communications.\\
 +PGP and similar software follow the OpenPGP standard (RFC 4880) for encrypting and decrypting data.
  
  
 +=====Usage=====
  
-====       2. Pretty Good Privacy (PGP)====+* [[Thunderbird Client Configuration and Enigmail Installation|Thunderbird Client Configuration and Enigmail Installation]]
  
-       Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication. PGP is often used for signing, encrypting, and decrypting texts, e-mails, files, directories,​ and whole disk partitions and to increase ​the security of e-mail communications.+It can be divided into two kinds of secure email according ​to the mail security level.
  
-       PGP and similar software follow the OpenPGP standard (RFC 4880) for encrypting ​and decrypting ​data.+1. Combine Enigmail with GnuPG to send encrypted messages ​and sign messages. ​ \\  
 +2. Combine SmartCard ​and Enigmail to send encrypted messages and sign messages. Encrypting message does not require smart card, but decrypting ​message must use smart card. Email content and session key are transmitted after encrypted. Thus even if attackers intercept the information,​ they cannot understand the message or decrypt the message. This makes the mail much securer.
  
  
-=====   Preparation=====+* [[1.The Key Management of Enigmail|1.The Key Management of Enigmail]]\\  
 +* [[2.Combine SmartCard with Enigmail to come into secure e-mail|2.Combine SmartCard with Enigmail to come into secure e-mail]]
  
-====       HardWare:​==== 
-  *Smart Card Reader [[https://​www.javacardos.com/​store/​smartcard-reader-r502.php|R502]] ​ * 1 and Java Card [[https://​www.javacardos.com/​store/​javacard-a40cr.php|A40CR]] ​ * 1  or \\ 
-  *[[https://​www.javacardos.com/​store/​smartcard_eJavaToken.php|eJavaToken]]* 1 \\  
-  
  
- 
-====       SoftWare:​==== 
- 
- 
- 
-  *1. [[https://​www.javacardos.com/​javacardforum/​download/​file.php?​id=457|Thunderbird Setup 38.7.0.exe]] \\  
-  *2. [[https://​www.javacardos.com/​javacardforum/​download/​file.php?​id=455|enigmail-1.9.1-sm+tb.xpi]] \\  
-  *3. [[https://​www.javacardos.com/​javacardforum/​download/​file.php?​id=456|gpg4win-2.3.0.exe]] \\  
-  *4. [[https://​www.javacardos.com/​javacardforum/​viewtopic.php?​f=36&​amp;​t=25|OpenPGPApplet]]:​ applet AID:  D27600012401 package AID: D2760001240102000000000000010000 \\  
- 
- 
- 
- 
-=====   Usage===== 
- 
-====       1.The Enigmail Installation and usage==== 
- 
-      Enigmail is a seamlessly integrated security add-on for Mozilla Thunderbird. It allows you to use OpenPGP to encrypt and digitally sign your emails and to decrypt and verify messages you receive. ​ 
-  Enigmail is free and simple interface for OpenPGP email security . It can be freely used, modified and distributed under the terms of the Mozilla Public License. 
- 
- 
-{{wiki/​Uploads/​Editor/​2016-05-16/​57398bfd91b25.png}} 
- 
- 
-       Click [[https://​www.javacardos.com/​javacardforum/​viewtopic.php?​f=36&​amp;​t=651|here]] to know more details. 
- 
- 
-====       2. The Key Management of Enigmail==== 
- 
-       Once you have Enigmail and GnuPG on your system, you need to populate it with keys: it's pretty useless without them. You need to have your own key pair in order to sign messages and allow anybody to send encrypted messages to you. Furthermore,​ you will need the public key of a person in order to send that person an encrypted message, or to verify the signature in a message sent by that person. ​ 
-        Note: Enigmail using gpg tool  of gpg2.exe program  to encrypt or decrypt message, you can find it from "​.\Program Files\GNU\GnuPG\pub\ ". 
- 
-       Click[[https://​www.javacardos.com/​javacardforum/​viewtopic.php?​f=36&​amp;​t=652| here]] to know more details. 
- 
- 
-====       3.Combine SmartCard with Enigmailto come into secure e-mail.==== 
- 
-       Generally,​ support for OpenPGP encryption and signing message is provided by Enigmail, and in here, You can using OpenPGP encryption and signing message with SmartCard. 
- 
-        Click [[https://​www.javacardos.com/​javacardforum/​viewtopic.php?​f=36&​amp;​t=653|here ]] to know more details. 
- 
- 
- 
-=====   Discussion===== 
- 
-    Go to [[https://​www.javacardos.com/​javacardforum|JavaCardOS Forum]] 
  
  
secure-email.1494833344.txt.gz · Last modified: 2017/05/15 07:29 by UNKNwYSHSA