1 / 49

メール配送システム

メール配送システム. 情報実験第 12 回 2012/07/20 三上 峻. 目次. メール配送の仕組み メールの構造 メール利用の際の注意 メールに関するセキュリティ. メール配送の仕組み. 電子メール (e-mail) . ネットワークを通じてメッセージやファイルのやり取りを行うための仕組みの一つ 具体例 携帯メール web メール プロバイダから提供されるメールサービ ス etc … メールサーバ が重要な仕事を担っている!!. メールサーバ. ネットワークを通じて電子メールの送受信を行うサーバ

Download Presentation

メール配送システム

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. メール配送システム 情報実験第 12 回 2012/07/20 三上 峻

  2. 目次 • メール配送の仕組み • メールの構造 • メール利用の際の注意 • メールに関するセキュリティ

  3. メール配送の仕組み

  4. 電子メール(e-mail) • ネットワークを通じてメッセージやファイルのやり取りを行うための仕組みの一つ • 具体例 • 携帯メール • webメール • プロバイダから提供されるメールサービス • etc… • メールサーバが重要な仕事を担っている!!

  5. メールサーバ • ネットワークを通じて電子メールの送受信を行うサーバ メールサーバを設置しておけば,手元の計算機を常時ネットワークに接続しなくてもよい! (メールサーバがメールを取り置きしてくれる)

  6. メール配送の流れ 受信側 送信側 ネットワーク を介してメールを 受信側のサーバへ メールサーバ (送信者側) メールサーバ (受信者側) クライアント (受信者) クライアント (送信者)

  7. メールアドレス • 配送先を特定する hoge @ ep.sci.hokudai.ac.jp ローカル部 :メールサーバ上の受取先を指定するもの (具体的にはユーザ IDやアカウント名) ドメイン部 :配送先のメールサーバを指定するもの ローカル部     ドメイン部

  8. メール送信 送信側 • ユーザ(送信者)はメールサーバ (送信者側)宛にメールを送信 • MUAを利用(後述) • 送信者側のメールサーバは受信者側のメールサーバに送信 • MTAを利用(後述) • 通信プロトコルは SMTP MTA SMTP 受信側へ 受信側へ メールサーバ (送信者側) SMTP MUA 送信者

  9. MUA Mail User Agentの略 メールソフト, メーラとも 呼ばれる ユーザがメールを扱うためのソフトウェア 電子メールの読み書き サーバとクライアント間の送受信 Windows Live mail, Thunderbird , Mew MTA SMTP 受信側へ メールサーバ (送信者側) SMTP MUA 送信者

  10. MTA • Mail Transfer Agentの略 • 電子メールを配送・保管するソフトウェア • MUA から受け取ったメールを受信側のサーバまで配送 • 届いたメールをユーザが受け取るまで保管(受信者側) • postfix,exim,sendmail, qmailなど MTA SMTP 受信側へ メールサーバ (送信者側) SMTP MUA 送信者

  11. SMTP Simple Mail Transfer Protocol の略 MUA からサーバへの送信 受信者側サーバへの送信 標準で25 番ポートを使用 MTA SMTP 受信側へ メールサーバ (送信者側) SMTP MUA 送信者

  12. メール受信と取り出し 受信側 • 受信者側のサーバは受信したメールをユーザ毎に分けて保管 • 受信者はサーバ が保管したメールを取り出す • プロトコルは POP, IMAP メールBOX MTA 送信側から POP or IMAP メールサーバ (受信者側) MUA 受信者

  13. POPを利用してのメールの閲覧 • Post Office Protocolの略 • メールを保存しているサーバからメールを取りだすためのプロトコル • 標準で 110番ポートを使用 • 設定が比較的簡単 • 標準でパスワードが平文なので注意が必要 • 安全な運用にはPOP over SSL 等を使用 • 以前はAPOP も使われていた

  14. IMAPを利用してのメールの閲覧 • Internet Message Access Protocol の略 • メールを保存しているサーバにメールを見に行くためのプロトコル • 標準で 143番ポートを使用 • 複数の端末での一元管理が可能 • 標準でパスワードの暗号化ができる • - 安全な運用にはSSL を用いた通信が推奨

  15. Webmail • Web ブラウザで使用できる電子メール • ネットワークがあればどこでもメールを送受信したり, チェックできる • メールを見るためのプロトコルは HTTP • Gmail, Yahoo! メール,Hotmail, ELMS mail など

  16. メールの構造

  17. メールの構造 • メールヘッダ - 宛先,送信者,件名,経路等の情報が記述されている • 空白行 - ヘッダと本文を分ける • 本文(ボディ)

  18. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例

  19. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 他のメッセージから識別するためのもの. 決して重複してはならない。

  20. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 送信エラー時など,そのエラーを 報告する宛先になるメールアドレス

  21. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 配送先のメールアドレス

  22. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 このメールが経由してきたサーバ情報.複数のサーバを経由してきたメールには,いくつもの「Received:」がついている

  23. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 MIME のバージョン

  24. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 内容の種類と文字コード

  25. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 メール本文のエンコード方式

  26. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 差出人のメールアドレス 簡単に偽装することができる

  27. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 宛先のメールアドレス

  28. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 メールの題名・件名

  29. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 メールの送信日時

  30. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 メール作成に用いたソフトウェア名

  31. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 空白行

  32. Message-id: <4E2E7E23.4020109@spamspurce.zeon> Return-Path: <ma-kube@spamsource.zeon> Delivered-To: me@grey.ep.sci.hokudai.ac.jp Received: (qmail 16872 invoked by uid 1467); 30 Jan 2004 07:28:45 Received: from wickedrelay.com (HELO wickedrelay.com [xxx.xxx.xx.xx]) by grey.ep.sci.hokudai.ac.jp with SMTP id i0Q29oRl003847; Fri, 30 Jan 2004 07:28:42 +0900 (JST) Received: from spamsource.zeon (HELO spamsource.zeon [xxx.xxx.xxx.xxx]) by wickedrelay.com with SMTP id i0Q2A4lw004738; Fri, 30 Jan 2004 07:28:33 +0900 (JST) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit From: tsubo <ma-kube@spamsource.zeon> To: me@ep.sci.hokudai.ac.jp Subject: TsuBo !! Date: Fri, 30 Jan 2004 16:28:33 +0900 (JST) X-Mailer: TSmtpClient ver. 1.0 壺 買いませんか。。マ・クベ メールヘッダの具体例 本文

  33. メール利用の際の注意

  34. メール利用の際の注意・マナー(1) 相手の立場になって読み返す 最初に宛名を書き, 次に名乗る 機種依存文字を使わない 半角カタカナ,「①」,「℡」 , 「Ⅱ」など あまり大きなファイルを添付しない 北大の場合 10 Mb 以上のメールは送受信できない HTML 形式のメールに注意 初期設定がHTML 形式のメーラがある チェインメールを送らない

  35. メール利用の際の注意・マナー(2) クレジットカード番号,暗証番号, パスワードなどを送らない - 盗聴される恐れがある 悪質なメールに注意 - スパムメール(迷惑メール) - 詐欺メール 迂闊に信じない 特にフィッシング詐欺に注意 - ウイルスメール 添付ファイルを無闇に開かない

  36. メールに関するセキュリティ

  37. メールに関するセキュリティ メールの偽装, 盗聴は実は簡単 差出人を詐称(なりすまし) 配送途中のネットワーク盗聴、改ざん 盗聴防止策: 暗号化 (⇔ 復号) 秘密鍵暗号化方式 公開鍵暗号化方式

  38. 鍵による暗号化方式 • データがネットワーク上で盗聴されないように鍵で暗号化する方式 重要データが平文だと盗聴・改ざんされる可能性がある 暗号鍵と復号鍵を用いることで 通信回線上での盗聴・改ざんを防止

  39. 秘密鍵暗号方式 • 暗号化, 復号に同じ鍵(秘密鍵)を使う • メリット • 暗号化と復号の速度が速い • デメリット • 鍵の受け渡しが難しい(盗まれると復号されてしまう)

  40. 公開鍵暗号方式 • 暗号化, 復号に異なる 2 つの鍵を使う • メリット • 1つのカギを公開すればよい.不特定多数向け • デメリット • 暗号化と復号の速度が遅い • 公開鍵で暗号化するので誰にでもメールを暗号化できる

  41. 実習編では・・・ • 手動でSMTP 通信!! • GNUPrivacyGuard(gpg) を使った暗号化,復号

  42. まとめキーワード • MUA,MTA • SMTP, POP, IMAP • メールヘッダ,マナー • 暗号化,復号 • 秘密鍵暗号化方式, 公開鍵暗号化方式

  43. 参考文献 • 秘密鍵暗号方式・公開鍵暗号方式 http://www.jtw.zaq.ne.jp/kayakaya/new/kihon/text/kagi.htm • 情報セキュリティ入門 - デジタル署名:ITpro http://itpro.nikkeibp.co.jp/article/COLUMN/20060704/242422/ • 古くて新しい、電子メール暗号化対応とその手法 - @IT http://www.atmarkit.co.jp/fsecurity/rensai/mailsec04/mailsec01.html • ハッシュ関数 - Wikipedia • 電子メール/ヘッダー情報 - Wikipedia • IT 用語辞典 http://e-words.jp/

  44. 付録

  45. 公開鍵暗号方式 秘密鍵 公開鍵 秘

  46. 公開鍵暗号方式 秘密鍵 公開鍵 秘

  47. 公開鍵暗号方式 秘密鍵 公開鍵 秘

  48. デジタル署名(電子署名) • 暗号化,復号化に送信側の秘密鍵・公開鍵を使う • メリット • なりすましを防止できる • デメリット • 公開鍵で復号化するので,ネットワーク上で盗聴・改ざんを 受ける可能性がある → ハッシュ値によって改ざんの有無は確認できる

  49. ハッシュ値によるデータの改ざんの確認 • ハッシュ値 • データを表現する数値(ハッシュ関数により算出)

More Related