1. Data Encryption Standard (DES) and Triple Data Encryption Standard (3DES)
    1. Data Encryption Standard (DES):
      1. An older type of block cipher selected by the U.S. federal government back in the 1970s as its encryption standard; due to its weak key, it is now considered deprecated.
    2. Triple DES (3DES):
      1. Similar to DES but applies the cipher algorithm three times to each cipher block.
  2. Advanced Encryption Standard (AES)
    1. The successor to DES/3DES
    2. Used with WPA and WPA2
    3. Composed of three different block ciphers:
      1. AES-128
      2. AES-192
      3. AES-256
  3. Rivest Cipher Family (RC)
    1. A "family" of ciphers created and published by RSA Security. There are multiple RC versions, most of which are not related aside from the fact that they are all encryption algorithms.
  4. Blowfish and Twofish
    1. Blowfish:
      1. A 64-bit block cipher designed by Bruce Schneier as an alternative to DES.
    2. Twofish:
      1. A 128-bit block cipher designed by Bruce Schneier and based on Feistel.