This document discusses basic concepts in cryptography including plaintext, ciphertext, ciphers, keys, encryption, decryption, cryptanalysis, and cryptology. It defines these terms and explains symmetric encryption uses one key for both encryption and decryption while asymmetric encryption uses public and private key pairs, with the public key used for encryption and private key for decryption. Symmetric encryption requires secure key exchange while asymmetric addresses this issue but is slower. Cryptography algorithms can be classified as symmetric using algorithms like DES, AES, RC4 and RC6, or asymmetric using RSA, DSA and Diffie-Hellman public key encryption.