发新话题
打印

[安全防护] Linux安全视频教程 LinuxCBT feat. OpenPGP Edition

本主题由 CentOSMomi 于 2008-7-30 10:38 设置高亮

Linux安全视频教程 LinuxCBT feat. OpenPGP Edition

LinuxCBT feat. OpenPGP Edition为LinuxCBT Security Edition的一部分。该视频全面讲解OpenPGP的前景、使用及部署。

OpenPGP 是一个不受专利和法律约束的开放式安全协议标准。该标准得到 Qualconn、IBM等公司的支持,也将很快成为IETF标准。OpenPGP 源于 PhilAimmermann 在 1991 年发布的 PGP (PrettyGood Privacy)。它基于早期 PGP的二进制信息通信格式和身份认证格式,是一种近来在学术圈和技术圈内得到广泛使用、成型的端到端的安全邮件标准,也是世界上最广泛使用的电子邮件数字签名/加密协议之一。



LinuxCBT.OpenPGP.Edition

LinuxCBT feat. OpenPGP Edition encompasses: 1. OpenPGP | Gnu Privacy Guard (GPG)  Security.

LinuxCBT feat. OpenPGP Edition focuses on the implementation of OpenPGP with Gnu Privacy Guard (GPG | GnuPG) on various Linux | Win32 platforms.

OpenPGP is the most widely used method of bullet-proof data encryption. It encompasses: Digital signatures, encryption (symmetric and asymmetric), decryption, key management, e-mail encryption, among other features. Gnu Privacy Guard (GPG) provides an Open Source implementation of OpenPGP (RFC 2440), and is compatible with commercial PGP products. GPG is included with Linux distributions, and is available for Windows, Mac OSX, Solaris, and other flavors of Unix.

Let LinuxCBT feat. OpenPGP Edition cost-effectively sharpen your GPG | PGP skills!

    * Introduction - Topology - Features
          o Discuss course outline
          o Explore system configuration
          o Identify key systems to be used
          o Explore network topology
          o Enumerate and discuss key OpenPGP features

    * Explore GPG Configuration
          o Identify installed GPG packages in various Linux distros
          o Discuss the key contents of those packages
          o Explore configuration hierarchy
          o Discuss security as it pertains to private key management
          o Explain the purpose of public and private keys
          o Discuss symmetric and asymmetric encryption provided by OpenPGP-compliant Apps

    * Generate | Import | Export OpenPGP Usage Keys
          o Discuss features and benefits
          o Obtain shell access on remote systems
          o Generate usage (private|public) keys
          o Identify the generated keys
          o Discuss how usage keys are used
          o Generate usage keys on remote systems
          o Export OpenPGP public key chain on various systems
          o Import OpenPGP public keys on various systems
          o Evaluate the results of exchanging public keys

    * Digital Signatures
          o Discuss features and benefits as they pertain to data integrity
          o Identify default digital signatures on multiple hosts
          o Explain the differences between signing and encrypting correspondence
          o Sign and export data to remote systems - Inline
          o Create detached OpenPGP signatures for data
          o Confirm the signed data on the remote systems
          o Recap non-repudiation benefits provided by digitally signing correspondence

    * Encryption | Decryption | Sign & Encrypt Content
          o Discuss features and benefits
          o Generate files for usage
          o Encrypt content using symmetric (shared-key) algorithm
          o Decrypt content using the shared-key, based on the symmetric algorithm
          o Evaluate results on multiple machines
          o Explain caveats associated with symmetric encryption
          o Encrypt content to a given recipient, using their public key - asymmetric encryption
          o Decrypt content on various hosts
          o Attempt to decrypt content without the corresponding private key
          o Evaluate results
          o Encrypt using ASCII-armoured and binary (OpenPGP-compliant) formats
          o Decrypt both ASCII-armoured and binary formats
          o Recap encryption decryption processes
          o Discuss the requirements of signing and encrypting content
          o Sign and encrypt content to various recipients
          o Confirm signed and encrypted content
          o Attempt to confirm and decrypt content as the unintended recipient
          o Evaluate results

    * OpenPGP Key Management | Web of Trust | Internet Key Distribution
          o Discuss features and benefits
          o Explore GPG key management facility
          o Update properties of public/private key pairs
          o Add sub-keys to public/private key pairs
          o Sign remote users' public keys
          o Evaluate results
          o Discuss the web of trust functionality
          o Create a web of trust with various hosts
          o Evaluate trust confirmation
          o Discuss the features of OpenPGP Internet key distribution servers
          o Generate and upload public keys to an Internet key server
          o Download the uploaded public keys to the public keyrings of various hosts
          o Evaluate results

    * Perl Scripting with GPG
          o Discuss features and benefits
          o Create a Perl script to backup key directories and files
          o Ensure that the script GPG-protects the content post-backup
          o Include error-handling to ensure that each step of the script is routed appropriately
          o Configure the script to transfer the encrypted content to a remote host ust 'scp'
          o Evaluate results

    * OpenPGP (GPG | PGP Desktop) on Win32
          o Discuss features and benefits
          o Download and install GPG for Win32
          o Generate usage keys
          o Exchange public keys with a user on a Linux system
          o Sign and encrypt content to and from the Win32 user
          o Confirm results
          o Download and install GPG4WIN (GUI-based GPG for Win32)
          o Explore features
          o Sign and encrypt content to and from the Win32 user
          o Confirm results
          o Integrate GPG4WIN with MS Outlook
          o Sign and encrypt e-mail messages
          o Confirm and decrypt e-mail messages
          o Install PGP Desktop for Win32
          o Explore features and interface
          o Generate usage keys
          o Exchange public keys with Linux user
          o Sign and encrypt content to and from the Win32 user using PGP Desktop
          o Evaluate results
          o Draw parallels between Win32 based OpenPGP tools and GPG for Linux | Unix
          o Recap OpenPGP functionality included in /GPG|GPG4WIN|PGP Desktop/
附件: 您所在的用户组无法下载或查看附件
K.I.S.S >> Keep It Simple, Stupid!

TOP

OpenSSH晓得,这个OpenPGP是什么东东啊,了解下下
引用:
原帖由 娇滴滴 于 2008-7-29 10:40 发表
OpenSSH晓得,这个OpenPGP是什么东东啊,了解下下
这个我自问自答一下,刚刚找到了答案

OpenPGP 是一个不受专利和法律约束的开放式安全协议标准。该标准得到 Qualconn、IBM等公司的支持,也将很快成为IETF标准。OpenPGP 源于 PhilAimmermann 在 1991 年发布的 PGP (PrettyGood Privacy)。它基于早期 PGP的二进制信息通信格式和身份认证格式,是一种近来在学术圈和技术圈内得到广泛使用、成型的端到端的安全邮件标准,也是世界上最广泛使用的电子邮件数字签名/加密协议之一。

详情可以看看官网:http://www.openpgp.org/
好东东啊,谢谢分享

回复 3# 的帖子

谢谢你的自问自答,呵呵
发布的时候忘加说明了,不好意思
高亮了下,呵呵
这个很好啊,和你之前发布的那个OpenSSHv2的是姊妹往篇:http://club.topsage.com/thread-219099-1-2.html

TOP

thank you very much!
学习一下,谢谢了

TOP

发新话题