ネットワークのセキュリティ
暗号化アルゴリズム (暗号化方式)
公開鍵暗号 (Public key cryptosystem)
共通鍵暗号 (Common key encryptosystem)
- DES (Data Encryption Standard)
- IDEA (the International Data Encryption Algorithm)
- RC4 (Rivest's Cipher 4)
- AES (Advanced Encryption Standard)
セキュリティ プロトコル
- SSL (Secure Socket Layer)
- SSH (Secure SHell)
- IPSec (IP Security Protocol)
- S/MIME (Secure/MIME)
- PGP (Pretty Good Privacy)
SSL (Secure Socket Layer)
インターネット上で情報を暗号化して送受信するプロトコル。HTTPにSSLの暗号化機能を付加したプロトコルが、HTTPS (Hypertext Transfer Protocol Security) です。
SSH (Secure SHell)
ネットワークを介してサーバーにログインしたり、ファイルの転送、コマンドの実行などを行うプログラム。通信データは暗号化されます。
ソフトウェア開発の技術情報を検索