1 / 11

Email Security using Public key cryptography

Email Security using Public key cryptography. Introduction.

odessa
Download Presentation

Email Security using Public key cryptography

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Email Security using Public key cryptography

  2. Introduction • The primary benefit of public key cryptography is that it allows people who have no preexisting security arrangement to exchange messages securely. The need for sender and receiver to share secret keys via some secure channel is eliminated; all communications involve only public keys, and no private key is ever transmitted or shared.

  3. If you want to send an encrypted mail to someone, you encrypt it using the public key. Only the addressee himself will be able to decrypt it using his private key. • GnuPG (http://www.gnupg.org) • GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. • Installation • - Get the latest GnuPG distribution from http://www.gnupg.org.- Open the zipped file with an unzip utility.- Extract the files to a directory on your PC, e.g. D:\GnuPG.

  4. WinPt • WinPT (Windoze Privacy Tray) is a taskbar utility for doing data en- or decryption. This program is free software under the terms of the GNU GPL. For this WinPT uses the GNU Privacy Guard, because it's a widlely and free utility for this purposes. WinPT is a so called "Frontend" for the GnuPG. The program acts very similar to another program from the PGP(r) scene. It supports all common commands for en- and decryption, key transport with the clipboard and of course to create and the verification of signatures.

  5. Installation • - Get the latest WinPt distribution- Open the zipped file with an unzip utility.- Extract the files to a directory on your PC, e.g. D:\WinPT

  6. Setup Windows Registry for GnuPG • Create the following entries in your registry (regedit) under the path:HKEY_CURRENT_USER\Software\GNU\GnuPG: • Key • Value • gpgProgram • D:/GnuPG/gpg.exe( or wherever you installed GnuPG to - use slashes, not backslashes! ) • HomeDir • C:/Users/Zahn/PGP( where you want to keep your key files, key rings and so on )

  7. WinPTKeygeneration • Run WinPT by double-clicking the executable. • A new icon should appear in your system tray. • Right-click the icon and choose GnuPG->Key Generation.

  8. Enter the required fields. Recommended Settings: • Press Start to generate your key. System activity will influence the random number generator - move your mouse! When the key generation is finished, a small pop-up window with the message "Keygeneration finished" will appear. Choose OK. End the Key generation.

  9. Public Key Cryptography • If you want to send an encrypted mail to somebody, you encrypt it using the addressees public key. Only the addressee himself will be able to decrypt it using his private key.

  10. Encrypt an Email Message • Type your message in your favorite email client or any Editor • Select the Text and copy it to the Clipboard (CTRL-A, CTRL-C) • Choose "Encrypt Clipboard" from the WinPT menu (Right Click the Task Bar) • Choose the addressee from the key pop-up window and click OK • Copy the content of the encrypted text in the clipboard to the email client (CTRL-V)

  11. Decrypt an Email Message • Either copy the encrypted message to the clipboard ( CTRL-A, CTRL-C) and choose "Decrypt clipboard" from the WinPT menu or make sure the message is editable in the mail client and choose "Current window"->Decrypt in the WinPT menu. • You will be prompted for your passphrase. The comment of the key is displayed in brackets, this could hint you for the correct one... If you can remember it, the message will get decrypted (in the clipboard or the current window).

More Related